#98879A

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

Shades of Amethyst Smoke #98879A

Tints of Amethyst Smoke #98879A

Color information

#98879A (or 0x98879A) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 87 and 9A. RGB value is (152,135,154). Sum of RGB (Red+Green+Blue) = 152+135+154=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 154 - color contains mainly: blue. Hex color #98879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98879A is #677865. Grayscale: #8E8E8E. Windows color (decimal): -6781030 or 10127256. OLE color: 10127256.

HSL color Cylindrical-coordinate representation of color #98879A: hue angle of 293.68º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98879A is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152135154-
CMYK0.010.1200.40
HSL293.68º8.6%56.67%-
HSV(B)293.68º12.34%60.39%-
XYZ27.4526.3434.21-
YUV142.25134.63134.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=34.47%
G=30.61%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521351540.010.1200.40293.688.656.67
Hex98879A1C028126939
Octal2302072321140504461171
Binary1001100010000111100110101110001010001001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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