#979FAF

Color #979FAF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #979FAF

Tints of Rock Blue #979FAF

Color information

#979FAF (or 0x979FAF) is unknown color: approx 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

RGB151159175-
CMYK0.140.0900.31
HSL220º13.04%63.92%-
HSV(B)220º13.71%68.63%-
XYZ32.934.4745.48-
YUV158.43137.35122.7-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511591750.140.0900.3122013.0463.92
Hex979FAFE901Fdcd40
Octal227237257161103733415100
Binary100101111001111110101111111010010111111101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>