#938998

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

Shades of Amethyst Smoke #938998

Tints of Amethyst Smoke #938998

Color information

#938998 (or 0x938998) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 89 and 98. RGB value is (147,137,152). Sum of RGB (Red+Green+Blue) = 147+137+152=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #938998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938998 is #6C7667. Grayscale: #8D8D8D. Windows color (decimal): -7108200 or 9996691. OLE color: 9996691.

HSL color Cylindrical-coordinate representation of color #938998: hue angle of 280º 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 #938998 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147137152-
CMYK0.030.1000.40
HSL280º6.79%56.67%-
HSV(B)280º9.87%59.61%-
XYZ26.6526.3633.39-
YUV141.7133.81131.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=33.72%
G=31.42%
B=34.86%

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
Decimal1471371520.030.1000.402806.7956.67
Hex9389983A028118739
Octal223211230312050430771
Binary1001001110001001100110001110100101000100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938998; }

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

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

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

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

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

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

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

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