#8E97CB

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

Shades of Portage #8E97CB

Tints of Portage #8E97CB

Color information

#8E97CB (or 0x8E97CB) is unknown color: approx Portage. HEX triplet: 8E, 97 and CB. RGB value is (142,151,203). Sum of RGB (Red+Green+Blue) = 142+151+203=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E97CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97CB is #716834. Grayscale: #9A9A9A. Windows color (decimal): -7432245 or 13342606. OLE color: 13342606.

HSL color Cylindrical-coordinate representation of color #8E97CB: hue angle of 231.15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E97CB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142151203-
CMYK0.300.2600.20
HSL231.15º36.97%67.65%-
HSV(B)231.15º30.05%79.61%-
XYZ3332.260.97-
YUV154.24155.52119.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=28.63%
G=30.44%
B=40.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421512030.300.2600.20231.1536.9767.65
Hex8E97CB1E1A014e72544
Octal216227313363202434745104
Binary1000111010010111110010111111011010010100111001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,203); }

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

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

 a { background-color: rgb(142,151,203); }

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

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

 span { border-color: rgb(142,151,203); }

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