#979FAB

Color #979FAB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #979FAB

Tints of Grey Chateau #979FAB

Color information

#979FAB (or 0x979FAB) is unknown color: approx Grey Chateau. HEX triplet: 97, 9F and AB. RGB value is (151,159,171). Sum of RGB (Red+Green+Blue) = 151+159+171=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #979FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FAB is #686054. Grayscale: #9D9D9D. Windows color (decimal): -6840405 or 11247511. OLE color: 11247511.

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

Color convert

RGB151159171-
CMYK0.120.0700.33
HSL216º10.64%63.14%-
HSV(B)216º11.7%67.06%-
XYZ32.5134.3243.44-
YUV157.98135.35123.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=31.39%
G=33.06%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511591710.120.0700.3321610.6463.14
Hex979FABC7021d8b3f
Octal2272372531470413301377
Binary10010111100111111010101111001110100001110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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