#98919B

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

Shades of Amethyst Smoke #98919B

Tints of Amethyst Smoke #98919B

Color information

#98919B (or 0x98919B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 91 and 9B. RGB value is (152,145,155). Sum of RGB (Red+Green+Blue) = 152+145+155=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #98919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98919B is #676E64. Grayscale: #949494. Windows color (decimal): -6778469 or 10195352. OLE color: 10195352.

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

Color convert

RGB152145155-
CMYK0.020.0600.39
HSL282º4.76%58.82%-
HSV(B)282º6.45%60.78%-
XYZ28.9929.2935.14-
YUV148.23131.82130.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=33.63%
G=32.08%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521451550.020.0600.392824.7658.82
Hex98919B2602711a53b
Octal23022123326047432573
Binary100110001001000110011011101100100111100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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