#979FAD

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

Shades of Rock Blue #979FAD

Tints of Rock Blue #979FAD

Color information

#979FAD (or 0x979FAD) is unknown color: approx Rock Blue. HEX triplet: 97, 9F and AD. RGB value is (151,159,173). Sum of RGB (Red+Green+Blue) = 151+159+173=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #979FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FAD is #686052. Grayscale: #9E9E9E. Windows color (decimal): -6840403 or 11378583. OLE color: 11378583.

HSL color Cylindrical-coordinate representation of color #979FAD: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979FAD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151159173-
CMYK0.130.0800.32
HSL218.18º11.83%63.53%-
HSV(B)218.18º12.72%67.84%-
XYZ32.734.3944.45-
YUV158.2136.35122.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=31.26%
G=32.92%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511591730.130.0800.32218.1811.8363.53
Hex979FADD8020dac40
Octal227237255151004033214100
Binary1001011110011111101011011101100001000001101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #979FAD;
 }
 .AnyTagClassName
 {
   color: #979FAD;
 }
</style>
background-color css

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

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

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

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

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

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