#8C99FE

Color #8C99FE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8C99FE

Tints of Portage #8C99FE

Color information

#8C99FE (or 0x8C99FE) is unknown color: approx Portage. HEX triplet: 8C, 99 and FE. RGB value is (140,153,254). Sum of RGB (Red+Green+Blue) = 140+153+254=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FE is #736601. Grayscale: #A0A0A0. Windows color (decimal): -7562754 or 16685452. OLE color: 16685452.

HSL color Cylindrical-coordinate representation of color #8C99FE: hue angle of 233.16º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C99FE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140153254-
CMYK0.450.4000.00
HSL233.16º98.28%77.25%-
HSV(B)233.16º44.88%99.61%-
XYZ40.135.5198.51-
YUV160.63180.69113.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 25.59%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=25.59%
G=27.97%
B=46.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401532540.450.4000.00233.1698.2877.25
Hex8C99FE2D2800e9624d
Octal214231376555000351142115
Binary100011001001100111111110101101101000001110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C99FE; }

 p { color: rgb(140,153,254); }

 H1.HeaderClassName
 {
   color: #8C99FE;
 }
 .AnyTagClassName
 {
   color: #8C99FE;
 }
</style>
background-color css

<style>
 a { background-color: #8C99FE; }

 a { background-color: rgb(140,153,254); }

 div.DivClassName
 {
   background-color: #8C99FE;
 }
 .BgClassName
 {
   background-color: #8C99FE;
 }
</style>
border-color css

<style>
 span { border-color: #8C99FE; }

 span { border-color: rgb(140,153,254); }

 td.TdClassName
 {
   border-color: #8C99FE;
 }
 .TagClassName
 {
   border-color: #8C99FE;
 }
</style>