#98919C

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

Shades of Amethyst Smoke #98919C

Tints of Amethyst Smoke #98919C

Color information

#98919C (or 0x98919C) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 91 and 9C. RGB value is (152,145,156). Sum of RGB (Red+Green+Blue) = 152+145+156=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 156 - color contains mainly: blue. Hex color #98919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98919C is #676E63. Grayscale: #949494. Windows color (decimal): -6778468 or 10260888. OLE color: 10260888.

HSL color Cylindrical-coordinate representation of color #98919C: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98919C is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152145156-
CMYK0.030.0700.39
HSL278.18º5.26%59.02%-
HSV(B)278.18º7.05%61.18%-
XYZ29.0829.3335.58-
YUV148.35132.32130.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=33.55%
G=32.01%
B=34.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521451560.030.0700.39278.185.2659.02
Hex98919C3702711653b
Octal23022123437047426573
Binary100110001001000110011100111110100111100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98919C; }

 p { color: rgb(152,145,156); }

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

<style>
 a { background-color: #98919C; }

 a { background-color: rgb(152,145,156); }

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

<style>
 span { border-color: #98919C; }

 span { border-color: rgb(152,145,156); }

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