#96A3B7

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

Shades of Rock Blue #96A3B7

Tints of Rock Blue #96A3B7

Color information

#96A3B7 (or 0x96A3B7) is unknown color: approx Rock Blue. HEX triplet: 96, A3 and B7. RGB value is (150,163,183). Sum of RGB (Red+Green+Blue) = 150+163+183=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #96A3B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3B7 is #695C48. Grayscale: #A1A1A1. Windows color (decimal): -6904905 or 12034966. OLE color: 12034966.

HSL color Cylindrical-coordinate representation of color #96A3B7: hue angle of 216.36º 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 #96A3B7 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB150163183-
CMYK0.180.1100.28
HSL216.36º18.64%65.29%-
HSV(B)216.36º18.03%71.76%-
XYZ34.2236.149.96-
YUV161.39140.19119.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=30.24%
G=32.86%
B=36.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501631830.180.1100.28216.3618.6465.29
Hex96A3B712B01Cd81341
Octal226243267221303433023101
Binary10010110101000111011011110010101101110011011000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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