#92889C

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

Shades of Amethyst Smoke #92889C

Tints of Amethyst Smoke #92889C

Color information

#92889C (or 0x92889C) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 88 and 9C. RGB value is (146,136,156). Sum of RGB (Red+Green+Blue) = 146+136+156=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #92889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92889C is #6D7763. Grayscale: #8D8D8D. Windows color (decimal): -7173988 or 10258578. OLE color: 10258578.

HSL color Cylindrical-coordinate representation of color #92889C: hue angle of 270º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92889C is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146136156-
CMYK0.060.1300.39
HSL270º9.17%57.25%-
HSV(B)270º12.82%61.18%-
XYZ26.6626.1235.09-
YUV141.27136.31131.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=33.33%
G=31.05%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461361560.060.1300.392709.1757.25
Hex92889C6D02710e939
Octal2222102346150474161171
Binary100100101000100010011100110110101001111000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92889C; }

 p { color: rgb(146,136,156); }

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

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

 a { background-color: rgb(146,136,156); }

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

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

 span { border-color: rgb(146,136,156); }

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