#8E9EC2

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

Shades of Rock Blue #8E9EC2

Tints of Rock Blue #8E9EC2

Color information

#8E9EC2 (or 0x8E9EC2) is unknown color: approx Rock Blue. HEX triplet: 8E, 9E and C2. RGB value is (142,158,194). Sum of RGB (Red+Green+Blue) = 142+158+194=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E9EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EC2 is #71613D. Grayscale: #9D9D9D. Windows color (decimal): -7430462 or 12754574. OLE color: 12754574.

HSL color Cylindrical-coordinate representation of color #8E9EC2: hue angle of 221.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E9EC2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142158194-
CMYK0.270.1900.24
HSL221.54º29.89%65.88%-
HSV(B)221.54º26.8%76.08%-
XYZ33.1234.155.88-
YUV157.32148.7117.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=28.74%
G=31.98%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421581940.270.1900.24221.5429.8965.88
Hex8E9EC21B13018de1e42
Octal216236302332303033636102
Binary100011101001111011000010110111001101100011011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,194); }

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

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

 a { background-color: rgb(142,158,194); }

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

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

 span { border-color: rgb(142,158,194); }

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