#96A7BF

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

Shades of Rock Blue #96A7BF

Tints of Rock Blue #96A7BF

Color information

#96A7BF (or 0x96A7BF) is unknown color: approx Rock Blue. HEX triplet: 96, A7 and BF. RGB value is (150,167,191). Sum of RGB (Red+Green+Blue) = 150+167+191=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7BF is #695840. Grayscale: #A4A4A4. Windows color (decimal): -6903873 or 12560278. OLE color: 12560278.

HSL color Cylindrical-coordinate representation of color #96A7BF: hue angle of 215.12º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A7BF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150167191-
CMYK0.210.1300.25
HSL215.12º24.26%66.86%-
HSV(B)215.12º21.47%74.9%-
XYZ35.837.8854.72-
YUV164.65142.87117.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 191 (75% from 255) = 37.60%
R=29.53%
G=32.87%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501671910.210.1300.25215.1224.2666.86
Hex96A7BF15D019d71843
Octal226247277251503132730103
Binary10010110101001111011111110101110101100111010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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