Html Css Color HEX #979CAC Rock Blue

📋 copy color: '#979CAC'

red 151 ◦ green 156 ◦ blue 172

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

Shades of Rock Blue #979CAC

Tints of Rock Blue #979CAC

RGB

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

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

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

R = 31.52%
G = 32.57%
B = 35.91%

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

#979CAC (or 0x979CAC) is known color: Rock Blue. HEX triplet: 97, 9C and AC. RGB value is (151,156,172). Sum of RGB (Red+Green+Blue) = 151+156+172=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #979CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAC is #686353. Grayscale: #9C9C9C. Windows color (decimal): -6841172 or 11312279. OLE color: 11312279.

HSL color Cylindrical-coordinate representation of color #979CAC: hue angle of 225.71º 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 #979CAC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 156 172 -
CMYK 0.12 0.09 0 0.33
HSL 225.71º 0.11% 0.63% -
HSV(B) 225.71º 0.12% 0.67% -
XYZ 32.1 33.33 43.77 -
YUV 156.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 151 156 172 0.12 0.09 0 0.33 225.71 0.11 0.63
Hex 97 9C AC C 9 0 21 E2 B 3F
Octal 227 234 254 14 11 0 41 342 13 77
Binary 10010111 10011100 10101100 1100 1001 0 100001 11100010 1011 111111

Color Harmonies of #979CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CAC

Black with #979CAC

Text Example


Text Example

White with #979CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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