Html Css Color HEX #96A4BA Rock Blue

📋 copy color: '#96A4BA'

red 150 ◦ green 164 ◦ blue 186

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

Shades of Rock Blue #96A4BA

Tints of Rock Blue #96A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

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

R = 30%
G = 32.8%
B = 37.2%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A4BA (or 0x96A4BA) is known color: Rock Blue. HEX triplet: 96, A4 and BA. RGB value is (150,164,186). Sum of RGB (Red+Green+Blue) = 150+164+186=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #96A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BA is #695B45. Grayscale: #A2A2A2. Windows color (decimal): -6904646 or 12231830. OLE color: 12231830.

HSL color Cylindrical-coordinate representation of color #96A4BA: hue angle of 216.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 #96A4BA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 164 186 -
CMYK 0.19 0.12 0 0.27
HSL 216.67º 0.21% 0.66% -
HSV(B) 216.67º 0.19% 0.73% -
XYZ 34.72 36.58 51.69 -
YUV 162.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 150 164 186 0.19 0.12 0 0.27 216.67 0.21 0.66
Hex 96 A4 BA 13 C 0 1B D9 15 42
Octal 226 244 272 23 14 0 33 331 25 102
Binary 10010110 10100100 10111010 10011 1100 0 11011 11011001 10101 1000010

Color Harmonies of #96A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A4BA

Black with #96A4BA

Text Example


Text Example

White with #96A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A4BA;
 }
 .AnyTagClassName
 {
   color: #96A4BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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