Html Css Color HEX #979FAF Rock Blue

📋 copy color: '#979FAF'

red 151 ◦ green 159 ◦ blue 175

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

Shades of Rock Blue #979FAF

Tints of Rock Blue #979FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 31.13%
G = 32.78%
B = 36.08%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#979FAF (or 0x979FAF) is known color: Rock Blue. HEX triplet: 97, 9F and AF. RGB value is (151,159,175). Sum of RGB (Red+Green+Blue) = 151+159+175=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #979FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FAF is #686050. Grayscale: #9E9E9E. Windows color (decimal): -6840401 or 11509655. OLE color: 11509655.

HSL color Cylindrical-coordinate representation of color #979FAF: hue angle of 220º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979FAF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 159 175 -
CMYK 0.14 0.09 0 0.31
HSL 220º 0.13% 0.64% -
HSV(B) 220º 0.14% 0.69% -
XYZ 32.9 34.47 45.48 -
YUV 158.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 151 159 175 0.14 0.09 0 0.31 220 0.13 0.64
Hex 97 9F AF E 9 0 1F DC D 40
Octal 227 237 257 16 11 0 37 334 15 100
Binary 10010111 10011111 10101111 1110 1001 0 11111 11011100 1101 1000000

Color Harmonies of #979FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FAF

Black with #979FAF

Text Example


Text Example

White with #979FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,175); }

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

background-color css

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

 a { background-color: rgb(151,159,175); }

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

border-color css

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

 span { border-color: rgb(151,159,175); }

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