#8E9DBC

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

Shades of Rock Blue #8E9DBC

Tints of Rock Blue #8E9DBC

Color information

#8E9DBC (or 0x8E9DBC) is unknown color: approx Rock Blue. HEX triplet: 8E, 9D and BC. RGB value is (142,157,188). Sum of RGB (Red+Green+Blue) = 142+157+188=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DBC is #716243. Grayscale: #9B9B9B. Windows color (decimal): -7430724 or 12361102. OLE color: 12361102.

HSL color Cylindrical-coordinate representation of color #8E9DBC: hue angle of 220.43º 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 #8E9DBC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142157188-
CMYK0.240.1600.26
HSL220.43º25.56%64.71%-
HSV(B)220.43º24.47%73.73%-
XYZ32.2933.552.34-
YUV156.05146.03117.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=29.16%
G=32.24%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421571880.240.1600.26220.4325.5664.71
Hex8E9DBC181001Adc1a41
Octal216235274302003233432101
Binary100011101001110110111100110001000001101011011100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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