#92879D

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

Shades of Amethyst Smoke #92879D

Tints of Amethyst Smoke #92879D

Color information

#92879D (or 0x92879D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 87 and 9D. RGB value is (146,135,157). Sum of RGB (Red+Green+Blue) = 146+135+157=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #92879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92879D is #6D7862. Grayscale: #8C8C8C. Windows color (decimal): -7174243 or 10323858. OLE color: 10323858.

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

Color convert

RGB146135157-
CMYK0.070.1400.38
HSL270º10.09%57.25%-
HSV(B)270º14.01%61.57%-
XYZ26.625.8735.49-
YUV140.8137.14131.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=33.33%
G=30.82%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461351570.070.1400.3827010.0957.25
Hex92879D7E02610ea39
Octal2222072357160464161271
Binary100100101000011110011101111111001001101000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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