#95799D

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

Shades of Amethyst Smoke #95799D

Tints of Amethyst Smoke #95799D

Color information

#95799D (or 0x95799D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 79 and 9D. RGB value is (149,121,157). Sum of RGB (Red+Green+Blue) = 149+121+157=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #95799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95799D is #6A8662. Grayscale: #858585. Windows color (decimal): -6981219 or 10320277. OLE color: 10320277.

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

Color convert

RGB149121157-
CMYK0.050.2300.38
HSL286.67º15.52%54.51%-
HSV(B)286.67º22.93%61.57%-
XYZ25.3222.534.91-
YUV133.48141.28139.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=34.89%
G=28.34%
B=36.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491211570.050.2300.38286.6715.5254.51
Hex95799D51702611f1037
Octal2251712355270464372067
Binary1001010111110011001110110110111010011010001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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