Html Css Color HEX #96A4BE Rock Blue

📋 copy color: '#96A4BE'

red 150 ◦ green 164 ◦ blue 190

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

Shades of Rock Blue #96A4BE

Tints of Rock Blue #96A4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 29.76%
G = 32.54%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96A4BE (or 0x96A4BE) is known color: Rock Blue. HEX triplet: 96, A4 and BE. RGB value is (150,164,190). Sum of RGB (Red+Green+Blue) = 150+164+190=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #96A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BE is #695B41. Grayscale: #A2A2A2. Windows color (decimal): -6904642 or 12493974. OLE color: 12493974.

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

Color convert

RGB 150 164 190 -
CMYK 0.21 0.14 0 0.25
HSL 219º 0.24% 0.67% -
HSV(B) 219º 0.21% 0.75% -
XYZ 35.15 36.75 53.96 -
YUV 162.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 150 164 190 0.21 0.14 0 0.25 219 0.24 0.67
Hex 96 A4 BE 15 E 0 19 DB 18 43
Octal 226 244 276 25 16 0 31 333 30 103
Binary 10010110 10100100 10111110 10101 1110 0 11001 11011011 11000 1000011

Color Harmonies of #96A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A4BE

Black with #96A4BE

Text Example


Text Example

White with #96A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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