#978FAF

Color #978FAF Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #978FAF

Tints of Grey Suit #978FAF

Color information

#978FAF (or 0x978FAF) is unknown color: approx Grey Suit. HEX triplet: 97, 8F and AF. RGB value is (151,143,175). Sum of RGB (Red+Green+Blue) = 151+143+175=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #978FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978FAF is #687050. Grayscale: #949494. Windows color (decimal): -6844497 or 11505559. OLE color: 11505559.

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

Color convert

RGB151143175-
CMYK0.140.1800.31
HSL255º16.67%62.35%-
HSV(B)255º18.29%68.63%-
XYZ30.3229.3244.62-
YUV149.04142.65129.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=32.20%
G=30.49%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511431750.140.1800.3125516.6762.35
Hex978FAFE1201Fff113e
Octal22721725716220373772176
Binary1001011110001111101011111110100100111111111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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