#8E9BBA

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

Shades of Rock Blue #8E9BBA

Tints of Rock Blue #8E9BBA

Color information

#8E9BBA (or 0x8E9BBA) is unknown color: approx Rock Blue. HEX triplet: 8E, 9B and BA. RGB value is (142,155,186). Sum of RGB (Red+Green+Blue) = 142+155+186=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BBA is #716445. Grayscale: #9A9A9A. Windows color (decimal): -7431238 or 12229518. OLE color: 12229518.

HSL color Cylindrical-coordinate representation of color #8E9BBA: hue angle of 222.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9BBA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142155186-
CMYK0.240.1700.27
HSL222.27º24.18%64.31%-
HSV(B)222.27º23.66%72.94%-
XYZ31.7432.7451.1-
YUV154.65145.69118.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=29.40%
G=32.09%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421551860.240.1700.27222.2724.1864.31
Hex8E9BBA181101Bde1840
Octal216233272302103333630100
Binary100011101001101110111010110001000101101111011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,186); }

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

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

 a { background-color: rgb(142,155,186); }

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

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

 span { border-color: rgb(142,155,186); }

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