#92879B

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

Shades of Amethyst Smoke #92879B

Tints of Amethyst Smoke #92879B

Color information

#92879B (or 0x92879B) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 87 and 9B. RGB value is (146,135,155). Sum of RGB (Red+Green+Blue) = 146+135+155=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #92879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92879B is #6D7864. Grayscale: #8C8C8C. Windows color (decimal): -7174245 or 10192786. OLE color: 10192786.

HSL color Cylindrical-coordinate representation of color #92879B: hue angle of 273º 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 #92879B is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146135155-
CMYK0.060.1300.39
HSL273º9.09%56.86%-
HSV(B)273º12.9%60.78%-
XYZ26.4325.8134.6-
YUV140.57136.14131.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=33.49%
G=30.96%
B=35.55%

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
Decimal1461351550.060.1300.392739.0956.86
Hex92879B6D027111939
Octal2222072336150474211171
Binary100100101000011110011011110110101001111000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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