#96A2B8

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

Shades of Rock Blue #96A2B8

Tints of Rock Blue #96A2B8

Color information

#96A2B8 (or 0x96A2B8) is unknown color: approx Rock Blue. HEX triplet: 96, A2 and B8. RGB value is (150,162,184). Sum of RGB (Red+Green+Blue) = 150+162+184=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #96A2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2B8 is #695D47. Grayscale: #A0A0A0. Windows color (decimal): -6905160 or 12100246. OLE color: 12100246.

HSL color Cylindrical-coordinate representation of color #96A2B8: hue angle of 218.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96A2B8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB150162184-
CMYK0.180.1200.28
HSL218.82º19.32%65.49%-
HSV(B)218.82º18.48%72.16%-
XYZ34.1535.7950.45-
YUV160.92141.02120.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=30.24%
G=32.66%
B=37.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501621840.180.1200.28218.8219.3265.49
Hex96A2B812C01Cdb1341
Octal226242270221403433323101
Binary10010110101000101011100010010110001110011011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A2B8; }

 p { color: rgb(150,162,184); }

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

<style>
 a { background-color: #96A2B8; }

 a { background-color: rgb(150,162,184); }

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

<style>
 span { border-color: #96A2B8; }

 span { border-color: rgb(150,162,184); }

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