#92889D

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

Shades of Amethyst Smoke #92889D

Tints of Amethyst Smoke #92889D

Color information

#92889D (or 0x92889D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 88 and 9D. RGB value is (146,136,157). Sum of RGB (Red+Green+Blue) = 146+136+157=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #92889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92889D is #6D7762. Grayscale: #8D8D8D. Windows color (decimal): -7173987 or 10324114. OLE color: 10324114.

HSL color Cylindrical-coordinate representation of color #92889D: hue angle of 268.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92889D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146136157-
CMYK0.070.1300.38
HSL268.57º9.68%57.45%-
HSV(B)268.57º13.38%61.57%-
XYZ26.7426.1535.54-
YUV141.38136.81131.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=33.26%
G=30.98%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461361570.070.1300.38268.579.6857.45
Hex92889D7D02610da39
Octal2222102357150464151271
Binary100100101000100010011101111110101001101000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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