Html Css Color HEX #979CAA Rock Blue

📋 copy color: '#979CAA'

red 151 ◦ green 156 ◦ blue 170

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

Shades of Rock Blue #979CAA

Tints of Rock Blue #979CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 31.66%
G = 32.7%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979CAA (or 0x979CAA) is known color: Rock Blue. HEX triplet: 97, 9C and AA. RGB value is (151,156,170). Sum of RGB (Red+Green+Blue) = 151+156+170=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #979CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAA is #686355. Grayscale: #9C9C9C. Windows color (decimal): -6841174 or 11181207. OLE color: 11181207.

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

Color convert

RGB 151 156 170 -
CMYK 0.11 0.08 0 0.33
HSL 224.21º 0.1% 0.63% -
HSV(B) 224.21º 0.11% 0.67% -
XYZ 31.91 33.26 42.77 -
YUV 156.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 151 156 170 0.11 0.08 0 0.33 224.21 0.1 0.63
Hex 97 9C AA B 8 0 21 E0 A 3F
Octal 227 234 252 13 10 0 41 340 12 77
Binary 10010111 10011100 10101010 1011 1000 0 100001 11100000 1010 111111

Color Harmonies of #979CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CAA

Black with #979CAA

Text Example


Text Example

White with #979CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,170); }

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

background-color css

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

 a { background-color: rgb(151,156,170); }

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

border-color css

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

 span { border-color: rgb(151,156,170); }

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