#948998

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

Shades of Amethyst Smoke #948998

Tints of Amethyst Smoke #948998

Color information

#948998 (or 0x948998) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 89 and 98. RGB value is (148,137,152). Sum of RGB (Red+Green+Blue) = 148+137+152=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #948998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948998 is #6B7667. Grayscale: #8D8D8D. Windows color (decimal): -7042664 or 9996692. OLE color: 9996692.

HSL color Cylindrical-coordinate representation of color #948998: hue angle of 284º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948998 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148137152-
CMYK0.030.1000.40
HSL284º6.79%56.67%-
HSV(B)284º9.87%59.61%-
XYZ26.8326.4533.4-
YUV142133.64132.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=33.87%
G=31.35%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481371520.030.1000.402846.7956.67
Hex9489983A02811c739
Octal224211230312050434771
Binary1001010010001001100110001110100101000100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948998; }

 p { color: rgb(148,137,152); }

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

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

 a { background-color: rgb(148,137,152); }

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

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

 span { border-color: rgb(148,137,152); }

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