Html Css Color HEX #96A7BA Rock Blue

📋 copy color: '#96A7BA'

red 150 ◦ green 167 ◦ blue 186

#96A7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #96A7BA

Tints of Rock Blue #96A7BA

RGB

 RED value IS 150 (58.98% from 255) = 29.82%

 GREEN value IS 167 (65.63% from 255) = 33.2%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 29.82%
G = 33.2%
B = 36.98%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A7BA (or 0x96A7BA) is known color: 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

RGB 150 167 186 -
CMYK 0.19 0.10 0 0.27
HSL 211.67º 0.21% 0.66% -
HSV(B) 211.67º 0.19% 0.73% -
XYZ 35.26 37.67 51.87 -
YUV 164.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 150 167 186 0.19 0.10 0 0.27 211.67 0.21 0.66
Hex 96 A7 BA 13 A 0 1B D4 15 42
Octal 226 247 272 23 12 0 33 324 25 102
Binary 10010110 10100111 10111010 10011 1010 0 11011 11010100 10101 1000010

Color Harmonies of #96A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A7BA

Black with #96A7BA

Text Example


Text Example

White with #96A7BA

Text Example


Text Example

HTML Codes & Css Web 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>