#938299

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

Shades of Amethyst Smoke #938299

Tints of Amethyst Smoke #938299

Color information

#938299 (or 0x938299) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 99. RGB value is (147,130,153). Sum of RGB (Red+Green+Blue) = 147+130+153=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #938299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938299 is #6C7D66. Grayscale: #898989. Windows color (decimal): -7109991 or 10060435. OLE color: 10060435.

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

Color convert

RGB147130153-
CMYK0.040.1500.4
HSL284.35º10.13%55.49%-
HSV(B)284.35º15.03%60%-
XYZ25.7724.4733.5-
YUV137.71136.63134.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=34.19%
G=30.23%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471301530.040.1500.4284.3510.1355.49
Hex9382994F02811ca37
Octal2232022314170504341267
Binary100100111000001010011001100111101010001000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938299; }

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

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

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

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

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

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

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

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