#96A4BF

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

Shades of Rock Blue #96A4BF

Tints of Rock Blue #96A4BF

Color information

#96A4BF (or 0x96A4BF) is unknown color: approx Rock Blue. HEX triplet: 96, A4 and BF. RGB value is (150,164,191). Sum of RGB (Red+Green+Blue) = 150+164+191=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BF is #695B40. Grayscale: #A2A2A2. Windows color (decimal): -6904641 or 12559510. OLE color: 12559510.

HSL color Cylindrical-coordinate representation of color #96A4BF: hue angle of 219.51º 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 #96A4BF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150164191-
CMYK0.210.1400.25
HSL219.51º24.26%66.86%-
HSV(B)219.51º21.47%74.9%-
XYZ35.2636.854.53-
YUV162.89143.86118.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 191 (75% from 255) = 37.82%
R=29.70%
G=32.48%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501641910.210.1400.25219.5124.2666.86
Hex96A4BF15E019dc1843
Octal226244277251603133430103
Binary10010110101001001011111110101111001100111011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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