Html Css Color HEX #979DAC Rock Blue

📋 copy color: '#979DAC'

red 151 ◦ green 157 ◦ blue 172

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

Shades of Rock Blue #979DAC

Tints of Rock Blue #979DAC

RGB

 RED value IS 151 (59.38% from 255) = 31.46%

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 31.46%
G = 32.71%
B = 35.83%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979DAC (or 0x979DAC) is known color: Rock Blue. HEX triplet: 97, 9D and AC. RGB value is (151,157,172). Sum of RGB (Red+Green+Blue) = 151+157+172=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #979DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DAC is #686253. Grayscale: #9C9C9C. Windows color (decimal): -6840916 or 11312535. OLE color: 11312535.

HSL color Cylindrical-coordinate representation of color #979DAC: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979DAC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 157 172 -
CMYK 0.12 0.09 0 0.33
HSL 222.86º 0.11% 0.63% -
HSV(B) 222.86º 0.12% 0.67% -
XYZ 32.27 33.67 43.83 -
YUV 156.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 151 157 172 0.12 0.09 0 0.33 222.86 0.11 0.63
Hex 97 9D AC C 9 0 21 DF B 3F
Octal 227 235 254 14 11 0 41 337 13 77
Binary 10010111 10011101 10101100 1100 1001 0 100001 11011111 1011 111111

Color Harmonies of #979DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DAC

Black with #979DAC

Text Example


Text Example

White with #979DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979DAC; }

 p { color: rgb(151,157,172); }

 H1.HeaderClassName
 {
   color: #979DAC;
 }
 .AnyTagClassName
 {
   color: #979DAC;
 }
</style>

background-color css

<style>
 a { background-color: #979DAC; }

 a { background-color: rgb(151,157,172); }

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

border-color css

<style>
 span { border-color: #979DAC; }

 span { border-color: rgb(151,157,172); }

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