#978DA3

Color #978DA3 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #978DA3

Tints of Amethyst Smoke #978DA3

Color information

#978DA3 (or 0x978DA3) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8D and A3. RGB value is (151,141,163). Sum of RGB (Red+Green+Blue) = 151+141+163=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 163 - color contains mainly: blue. Hex color #978DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DA3 is #68725C. Grayscale: #929292. Windows color (decimal): -6845021 or 10718615. OLE color: 10718615.

HSL color Cylindrical-coordinate representation of color #978DA3: hue angle of 267.27º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978DA3 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB151141163-
CMYK0.070.1300.36
HSL267.27º10.68%59.61%-
HSV(B)267.27º13.5%63.92%-
XYZ28.928.2738.58-
YUV146.5137.31131.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=33.19%
G=30.99%
B=35.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511411630.070.1300.36267.2710.6859.61
Hex978DA37D02410bb3c
Octal2272152437150444131374
Binary100101111000110110100011111110101001001000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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