#8E96BB

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

Shades of Rock Blue #8E96BB

Tints of Rock Blue #8E96BB

Color information

#8E96BB (or 0x8E96BB) is unknown color: approx Rock Blue. HEX triplet: 8E, 96 and BB. RGB value is (142,150,187). Sum of RGB (Red+Green+Blue) = 142+150+187=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96BB is #716944. Grayscale: #979797. Windows color (decimal): -7432517 or 12293774. OLE color: 12293774.

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

Color convert

RGB142150187-
CMYK0.240.2000.27
HSL229.33º24.86%64.51%-
HSV(B)229.33º24.06%73.33%-
XYZ31.0331.1551.39-
YUV151.83147.85120.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=29.65%
G=31.32%
B=39.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421501870.240.2000.27229.3324.8664.51
Hex8E96BB181401Be51941
Octal216226273302403334531101
Binary100011101001011010111011110001010001101111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,187); }

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

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

 a { background-color: rgb(142,150,187); }

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

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

 span { border-color: rgb(142,150,187); }

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