#8E9ABC

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

Shades of Rock Blue #8E9ABC

Tints of Rock Blue #8E9ABC

Color information

#8E9ABC (or 0x8E9ABC) is unknown color: approx Rock Blue. HEX triplet: 8E, 9A and BC. RGB value is (142,154,188). Sum of RGB (Red+Green+Blue) = 142+154+188=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ABC is #716543. Grayscale: #9A9A9A. Windows color (decimal): -7431492 or 12360334. OLE color: 12360334.

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

Color convert

RGB142154188-
CMYK0.240.1800.26
HSL224.35º25.56%64.71%-
HSV(B)224.35º24.47%73.73%-
XYZ31.7932.4952.17-
YUV154.29147.02119.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=29.34%
G=31.82%
B=38.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421541880.240.1800.26224.3525.5664.71
Hex8E9ABC181201Ae01a41
Octal216232274302203234032101
Binary100011101001101010111100110001001001101011100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,188); }

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

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

 a { background-color: rgb(142,154,188); }

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

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

 span { border-color: rgb(142,154,188); }

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