#8E9EBC

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

Shades of Rock Blue #8E9EBC

Tints of Rock Blue #8E9EBC

Color information

#8E9EBC (or 0x8E9EBC) is unknown color: approx Rock Blue. HEX triplet: 8E, 9E and BC. RGB value is (142,158,188). Sum of RGB (Red+Green+Blue) = 142+158+188=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EBC is #716143. Grayscale: #9C9C9C. Windows color (decimal): -7430468 or 12361358. OLE color: 12361358.

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

Color convert

RGB142158188-
CMYK0.240.1600.26
HSL219.13º25.56%64.71%-
HSV(B)219.13º24.47%73.73%-
XYZ32.4633.8452.4-
YUV156.64145.7117.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=29.10%
G=32.38%
B=38.52%

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
Decimal1421581880.240.1600.26219.1325.5664.71
Hex8E9EBC181001Adb1a41
Octal216236274302003233332101
Binary100011101001111010111100110001000001101011011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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