#8CA2EA

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

Shades of Portage #8CA2EA

Tints of Portage #8CA2EA

Color information

#8CA2EA (or 0x8CA2EA) is unknown color: approx Portage. HEX triplet: 8C, A2 and EA. RGB value is (140,162,234). Sum of RGB (Red+Green+Blue) = 140+162+234=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA2EA is #735D15. Grayscale: #A3A3A3. Windows color (decimal): -7560470 or 15377036. OLE color: 15377036.

HSL color Cylindrical-coordinate representation of color #8CA2EA: hue angle of 225.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA2EA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140162234-
CMYK0.400.3100.08
HSL225.96º69.12%73.33%-
HSV(B)225.96º40.17%91.76%-
XYZ38.5937.3683.02-
YUV163.63167.71111.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=26.12%
G=30.22%
B=43.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401622340.400.3100.08225.9669.1273.33
Hex8CA2EA281F08e24549
Octal2142423525037010342105111
Binary10001100101000101110101010100011111010001110001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,234); }

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

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

 a { background-color: rgb(140,162,234); }

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

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

 span { border-color: rgb(140,162,234); }

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