#8896BA

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

Shades of Rock Blue #8896BA

Tints of Rock Blue #8896BA

Color information

#8896BA (or 0x8896BA) is unknown color: approx Rock Blue. HEX triplet: 88, 96 and BA. RGB value is (136,150,186). Sum of RGB (Red+Green+Blue) = 136+150+186=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #8896BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896BA is #776945. Grayscale: #959595. Windows color (decimal): -7825734 or 12228232. OLE color: 12228232.

HSL color Cylindrical-coordinate representation of color #8896BA: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8896BA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136150186-
CMYK0.270.1900.27
HSL223.2º26.6%63.14%-
HSV(B)223.2º26.88%72.94%-
XYZ29.9230.5950.78-
YUV149.92148.36118.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=28.81%
G=31.78%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361501860.270.1900.27223.226.663.14
Hex8896BA1B1301Bdf1b3f
Octal21022627233230333373377
Binary10001000100101101011101011011100110110111101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8896BA; }

 p { color: rgb(136,150,186); }

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

<style>
 a { background-color: #8896BA; }

 a { background-color: rgb(136,150,186); }

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

<style>
 span { border-color: #8896BA; }

 span { border-color: rgb(136,150,186); }

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