#918195

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

Shades of Amethyst Smoke #918195

Tints of Amethyst Smoke #918195

Color information

#918195 (or 0x918195) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and 95. RGB value is (145,129,149). Sum of RGB (Red+Green+Blue) = 145+129+149=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #918195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918195 is #6E7E6A. Grayscale: #888888. Windows color (decimal): -7241323 or 9798033. OLE color: 9798033.

HSL color Cylindrical-coordinate representation of color #918195: hue angle of 288º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #918195 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145129149-
CMYK0.030.1300.42
HSL288º8.62%54.51%-
HSV(B)288º13.42%58.43%-
XYZ24.9523.8931.73-
YUV136.06135.3134.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=34.28%
G=30.50%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451291490.030.1300.422888.6254.51
Hex9181953D02A120937
Octal2212012253150524401167
Binary10010001100000011001010111110101010101001000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918195; }

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

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

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

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

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

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

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

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