#958299

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

Shades of Amethyst Smoke #958299

Tints of Amethyst Smoke #958299

Color information

#958299 (or 0x958299) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 82 and 99. RGB value is (149,130,153). Sum of RGB (Red+Green+Blue) = 149+130+153=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #958299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958299 is #6A7D66. Grayscale: #8A8A8A. Windows color (decimal): -6978919 or 10060437. OLE color: 10060437.

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

Color convert

RGB149130153-
CMYK0.030.1500.4
HSL289.57º10.13%55.49%-
HSV(B)289.57º15.03%60%-
XYZ26.1324.6533.52-
YUV138.3136.29135.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=34.49%
G=30.09%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491301530.030.1500.4289.5710.1355.49
Hex9582993F028122a37
Octal2252022313170504421267
Binary10010101100000101001100111111101010001001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958299; }

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

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

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

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

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

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

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

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