#8896B7

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

Shades of Rock Blue #8896B7

Tints of Rock Blue #8896B7

Color information

#8896B7 (or 0x8896B7) is unknown color: approx Rock Blue. HEX triplet: 88, 96 and B7. RGB value is (136,150,183). Sum of RGB (Red+Green+Blue) = 136+150+183=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #8896B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896B7 is #776948. Grayscale: #959595. Windows color (decimal): -7825737 or 12031624. OLE color: 12031624.

HSL color Cylindrical-coordinate representation of color #8896B7: hue angle of 222.13º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8896B7 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB136150183-
CMYK0.260.1800.28
HSL222.13º24.61%62.55%-
HSV(B)222.13º25.68%71.76%-
XYZ29.6130.4749.12-
YUV149.58146.86118.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=29.00%
G=31.98%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361501830.260.1800.28222.1324.6162.55
Hex8896B71A1201Cde193f
Octal21022626732220343363177
Binary10001000100101101011011111010100100111001101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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