#978DAA

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

Shades of Grey Suit #978DAA

Tints of Grey Suit #978DAA

Color information

#978DAA (or 0x978DAA) is unknown color: approx Grey Suit. HEX triplet: 97, 8D and AA. RGB value is (151,141,170). Sum of RGB (Red+Green+Blue) = 151+141+170=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #978DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DAA is #687255. Grayscale: #939393. Windows color (decimal): -6845014 or 11177367. OLE color: 11177367.

HSL color Cylindrical-coordinate representation of color #978DAA: hue angle of 260.69º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978DAA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151141170-
CMYK0.110.1700.33
HSL260.69º14.57%60.98%-
HSV(B)260.69º17.06%66.67%-
XYZ29.5428.5341.98-
YUV147.3140.81130.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=32.68%
G=30.52%
B=36.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511411700.110.1700.33260.6914.5760.98
Hex978DAAB11021105f3d
Octal22721525213210414051775
Binary10010111100011011010101010111000101000011000001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,170); }

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

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

 a { background-color: rgb(151,141,170); }

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

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

 span { border-color: rgb(151,141,170); }

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