#96A7BA

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

Shades of Rock Blue #96A7BA

Tints of Rock Blue #96A7BA

Color information

#96A7BA (or 0x96A7BA) is unknown color: approx Rock Blue. HEX triplet: 96, A7 and BA. RGB value is (150,167,186). Sum of RGB (Red+Green+Blue) = 150+167+186=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #96A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7BA is #695845. Grayscale: #A3A3A3. Windows color (decimal): -6903878 or 12232598. OLE color: 12232598.

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

Color convert

RGB150167186-
CMYK0.190.1000.27
HSL211.67º20.69%65.88%-
HSV(B)211.67º19.35%72.94%-
XYZ35.2637.6751.87-
YUV164.08140.37117.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=29.82%
G=33.20%
B=36.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501671860.190.1000.27211.6720.6965.88
Hex96A7BA13A01Bd41542
Octal226247272231203332425102
Binary10010110101001111011101010011101001101111010100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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