#95799B

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

Shades of Amethyst Smoke #95799B

Tints of Amethyst Smoke #95799B

Color information

#95799B (or 0x95799B) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 79 and 9B. RGB value is (149,121,155). Sum of RGB (Red+Green+Blue) = 149+121+155=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #95799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95799B is #6A8664. Grayscale: #858585. Windows color (decimal): -6981221 or 10189205. OLE color: 10189205.

HSL color Cylindrical-coordinate representation of color #95799B: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95799B is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149121155-
CMYK0.040.2200.39
HSL289.41º14.53%54.12%-
HSV(B)289.41º21.94%60.78%-
XYZ25.1522.4334.01-
YUV133.25140.28139.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=35.06%
G=28.47%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491211550.040.2200.39289.4114.5354.12
Hex95799B416027121f36
Octal2251712334260474411766
Binary100101011111001100110111001011001001111001000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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