#8E95CB

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

Shades of Portage #8E95CB

Tints of Portage #8E95CB

Color information

#8E95CB (or 0x8E95CB) is unknown color: approx Portage. HEX triplet: 8E, 95 and CB. RGB value is (142,149,203). Sum of RGB (Red+Green+Blue) = 142+149+203=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E95CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95CB is #716A34. Grayscale: #989898. Windows color (decimal): -7432757 or 13342094. OLE color: 13342094.

HSL color Cylindrical-coordinate representation of color #8E95CB: hue angle of 233.11º 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 #8E95CB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142149203-
CMYK0.300.2700.20
HSL233.11º36.97%67.65%-
HSV(B)233.11º30.05%79.61%-
XYZ32.6831.5660.87-
YUV153.06156.18120.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=28.74%
G=30.16%
B=41.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421492030.300.2700.20233.1136.9767.65
Hex8E95CB1E1B014e92544
Octal216225313363302435145104
Binary1000111010010101110010111111011011010100111010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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