#938799

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

Shades of Amethyst Smoke #938799

Tints of Amethyst Smoke #938799

Color information

#938799 (or 0x938799) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 87 and 99. RGB value is (147,135,153). Sum of RGB (Red+Green+Blue) = 147+135+153=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #938799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938799 is #6C7866. Grayscale: #8C8C8C. Windows color (decimal): -7108711 or 10061715. OLE color: 10061715.

HSL color Cylindrical-coordinate representation of color #938799: hue angle of 280º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938799 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147135153-
CMYK0.040.1200.4
HSL280º8.11%56.47%-
HSV(B)280º11.76%60%-
XYZ26.4525.8333.73-
YUV140.64134.98132.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=33.79%
G=31.03%
B=35.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471351530.040.1200.42808.1156.47
Hex9387994C028118838
Octal2232072314140504301070
Binary100100111000011110011001100110001010001000110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938799; }

 p { color: rgb(147,135,153); }

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

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

 a { background-color: rgb(147,135,153); }

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

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

 span { border-color: rgb(147,135,153); }

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