#95829D

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

Shades of Amethyst Smoke #95829D

Tints of Amethyst Smoke #95829D

Color information

#95829D (or 0x95829D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 82 and 9D. RGB value is (149,130,157). Sum of RGB (Red+Green+Blue) = 149+130+157=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #95829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95829D is #6A7D62. Grayscale: #8A8A8A. Windows color (decimal): -6978915 or 10322581. OLE color: 10322581.

HSL color Cylindrical-coordinate representation of color #95829D: hue angle of 282.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95829D is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149130157-
CMYK0.050.1700.38
HSL282.22º12.11%56.27%-
HSV(B)282.22º17.2%61.57%-
XYZ26.4624.7935.29-
YUV138.76138.29135.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=34.17%
G=29.82%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491301570.050.1700.38282.2212.1156.27
Hex95829D51102611ac38
Octal2252022355210464321470
Binary1001010110000010100111011011000101001101000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95829D; }

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

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

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

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

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

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

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

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