#8E9AC0

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

Shades of Rock Blue #8E9AC0

Tints of Rock Blue #8E9AC0

Color information

#8E9AC0 (or 0x8E9AC0) is unknown color: approx Rock Blue. HEX triplet: 8E, 9A and C0. RGB value is (142,154,192). Sum of RGB (Red+Green+Blue) = 142+154+192=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AC0 is #71653F. Grayscale: #9A9A9A. Windows color (decimal): -7431488 or 12622478. OLE color: 12622478.

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

Color convert

RGB142154192-
CMYK0.260.2000.25
HSL225.6º28.41%65.49%-
HSV(B)225.6º26.04%75.29%-
XYZ32.2332.6754.48-
YUV154.74149.02118.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=29.10%
G=31.56%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421541920.260.2000.25225.628.4165.49
Hex8E9AC01A14019e21c41
Octal216232300322403134234101
Binary100011101001101011000000110101010001100111100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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