#8E9BCA

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

Shades of Portage #8E9BCA

Tints of Portage #8E9BCA

Color information

#8E9BCA (or 0x8E9BCA) is unknown color: approx Portage. HEX triplet: 8E, 9B and CA. RGB value is (142,155,202). Sum of RGB (Red+Green+Blue) = 142+155+202=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCA is #716435. Grayscale: #9C9C9C. Windows color (decimal): -7431222 or 13278094. OLE color: 13278094.

HSL color Cylindrical-coordinate representation of color #8E9BCA: hue angle of 227º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9BCA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142155202-
CMYK0.300.2300.21
HSL227º36.14%67.45%-
HSV(B)227º29.7%79.22%-
XYZ33.5433.4660.57-
YUV156.47153.69117.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=28.46%
G=31.06%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421552020.300.2300.2122736.1467.45
Hex8E9BCA1E17015e32443
Octal216233312362702534344103
Binary1000111010011011110010101111010111010101111000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,202); }

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

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

 a { background-color: rgb(142,155,202); }

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

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

 span { border-color: rgb(142,155,202); }

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