#8E9CBE

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

Shades of Rock Blue #8E9CBE

Tints of Rock Blue #8E9CBE

Color information

#8E9CBE (or 0x8E9CBE) is unknown color: approx Rock Blue. HEX triplet: 8E, 9C and BE. RGB value is (142,156,190). Sum of RGB (Red+Green+Blue) = 142+156+190=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CBE is #716341. Grayscale: #9B9B9B. Windows color (decimal): -7430978 or 12491918. OLE color: 12491918.

HSL color Cylindrical-coordinate representation of color #8E9CBE: hue angle of 222.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E9CBE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142156190-
CMYK0.250.1800.25
HSL222.5º26.97%65.1%-
HSV(B)222.5º25.26%74.51%-
XYZ32.3433.2553.43-
YUV155.69147.36118.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=29.10%
G=31.97%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421561900.250.1800.25222.526.9765.1
Hex8E9CBE1912019de1b41
Octal216234276312203133633101
Binary100011101001110010111110110011001001100111011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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