#97869D

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

Shades of Amethyst Smoke #97869D

Tints of Amethyst Smoke #97869D

Color information

#97869D (or 0x97869D) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 86 and 9D. RGB value is (151,134,157). Sum of RGB (Red+Green+Blue) = 151+134+157=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #97869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97869D is #687962. Grayscale: #8D8D8D. Windows color (decimal): -6846819 or 10323607. OLE color: 10323607.

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

Color convert

RGB151134157-
CMYK0.040.1500.38
HSL284.35º10.5%57.06%-
HSV(B)284.35º14.65%61.57%-
XYZ27.3726.0635.49-
YUV141.71136.63134.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=34.16%
G=30.32%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511341570.040.1500.38284.3510.557.06
Hex97869D4F02611cb39
Octal2272062354170464341371
Binary100101111000011010011101100111101001101000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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