#97879D

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

Shades of Amethyst Smoke #97879D

Tints of Amethyst Smoke #97879D

Color information

#97879D (or 0x97879D) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 87 and 9D. RGB value is (151,135,157). Sum of RGB (Red+Green+Blue) = 151+135+157=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #97879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97879D is #687862. Grayscale: #8E8E8E. Windows color (decimal): -6846563 or 10323863. OLE color: 10323863.

HSL color Cylindrical-coordinate representation of color #97879D: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97879D is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151135157-
CMYK0.040.1400.38
HSL283.64º10.09%57.25%-
HSV(B)283.64º14.01%61.57%-
XYZ27.5126.3435.53-
YUV142.29136.3134.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=34.09%
G=30.47%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511351570.040.1400.38283.6410.0957.25
Hex97879D4E02611ca39
Octal2272072354160464341271
Binary100101111000011110011101100111001001101000111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97879D; }

 p { color: rgb(151,135,157); }

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

<style>
 a { background-color: #97879D; }

 a { background-color: rgb(151,135,157); }

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

<style>
 span { border-color: #97879D; }

 span { border-color: rgb(151,135,157); }

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