#8E9CEE

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

Shades of Portage #8E9CEE

Tints of Portage #8E9CEE

Color information

#8E9CEE (or 0x8E9CEE) is unknown color: approx Portage. HEX triplet: 8E, 9C and EE. RGB value is (142,156,238). Sum of RGB (Red+Green+Blue) = 142+156+238=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CEE is #716311. Grayscale: #A0A0A0. Windows color (decimal): -7430930 or 15637646. OLE color: 15637646.

HSL color Cylindrical-coordinate representation of color #8E9CEE: hue angle of 231.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9CEE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142156238-
CMYK0.400.3400.07
HSL231.25º73.85%74.51%-
HSV(B)231.25º40.34%93.33%-
XYZ38.4835.785.75-
YUV161.16171.36114.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=26.49%
G=29.10%
B=44.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421562380.400.3400.07231.2573.8574.51
Hex8E9CEE282207e74a4b
Octal216234356504207347112113
Binary10001110100111001110111010100010001001111110011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,238); }

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

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

 a { background-color: rgb(142,156,238); }

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

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

 span { border-color: rgb(142,156,238); }

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