#95919A

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

Shades of Amethyst Smoke #95919A

Tints of Amethyst Smoke #95919A

Color information

#95919A (or 0x95919A) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 91 and 9A. RGB value is (149,145,154). Sum of RGB (Red+Green+Blue) = 149+145+154=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 154 - color contains mainly: blue. Hex color #95919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95919A is #6A6E65. Grayscale: #939393. Windows color (decimal): -6975078 or 10129813. OLE color: 10129813.

HSL color Cylindrical-coordinate representation of color #95919A: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95919A is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149145154-
CMYK0.030.0600.40
HSL266.67º4.27%58.63%-
HSV(B)266.67º5.84%60.39%-
XYZ28.3528.9734.67-
YUV147.22131.83129.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=33.26%
G=32.37%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491451540.030.0600.40266.674.2758.63
Hex95919A3602810b43b
Octal22522123236050413473
Binary100101011001000110011010111100101000100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95919A; }

 p { color: rgb(149,145,154); }

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

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

 a { background-color: rgb(149,145,154); }

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

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

 span { border-color: rgb(149,145,154); }

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