#92889B

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

Shades of Amethyst Smoke #92889B

Tints of Amethyst Smoke #92889B

Color information

#92889B (or 0x92889B) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 88 and 9B. RGB value is (146,136,155). Sum of RGB (Red+Green+Blue) = 146+136+155=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #92889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92889B is #6D7764. Grayscale: #8D8D8D. Windows color (decimal): -7173989 or 10193042. OLE color: 10193042.

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

Color convert

RGB146136155-
CMYK0.060.1200.39
HSL271.58º8.68%57.06%-
HSV(B)271.58º12.26%60.78%-
XYZ26.5726.0934.64-
YUV141.16135.81131.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=33.41%
G=31.12%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461361550.060.1200.39271.588.6857.06
Hex92889B6C027110939
Octal2222102336140474201171
Binary100100101000100010011011110110001001111000100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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