#98879E

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

Shades of Amethyst Smoke #98879E

Tints of Amethyst Smoke #98879E

Color information

#98879E (or 0x98879E) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 87 and 9E. RGB value is (152,135,158). Sum of RGB (Red+Green+Blue) = 152+135+158=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #98879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98879E is #677861. Grayscale: #8E8E8E. Windows color (decimal): -6781026 or 10389400. OLE color: 10389400.

HSL color Cylindrical-coordinate representation of color #98879E: 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 #98879E is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152135158-
CMYK0.040.1500.38
HSL284.35º10.6%57.45%-
HSV(B)284.35º14.56%61.96%-
XYZ27.7826.4735.99-
YUV142.7136.63134.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=34.16%
G=30.34%
B=35.51%

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
Decimal1521351580.040.1500.38284.3510.657.45
Hex98879E4F02611cb39
Octal2302072364170464341371
Binary100110001000011110011110100111101001101000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98879E; }

 p { color: rgb(152,135,158); }

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

<style>
 a { background-color: #98879E; }

 a { background-color: rgb(152,135,158); }

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

<style>
 span { border-color: #98879E; }

 span { border-color: rgb(152,135,158); }

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