#928795

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

Shades of Amethyst Smoke #928795

Tints of Amethyst Smoke #928795

Color information

#928795 (or 0x928795) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 87 and 95. RGB value is (146,135,149). Sum of RGB (Red+Green+Blue) = 146+135+149=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #928795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928795 is #6D786A. Grayscale: #8B8B8B. Windows color (decimal): -7174251 or 9799570. OLE color: 9799570.

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

Color convert

RGB146135149-
CMYK0.020.0900.42
HSL287.14º6.19%55.69%-
HSV(B)287.14º9.4%58.43%-
XYZ25.9425.6132.01-
YUV139.88133.14132.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=33.95%
G=31.40%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461351490.020.0900.42287.146.1955.69
Hex9287952902A11f638
Octal222207225211052437670
Binary1001001010000111100101011010010101010100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928795; }

 p { color: rgb(146,135,149); }

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

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

 a { background-color: rgb(146,135,149); }

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

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

 span { border-color: rgb(146,135,149); }

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