#92799D

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

Shades of Amethyst Smoke #92799D

Tints of Amethyst Smoke #92799D

Color information

#92799D (or 0x92799D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 79 and 9D. RGB value is (146,121,157). Sum of RGB (Red+Green+Blue) = 146+121+157=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #92799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92799D is #6D8662. Grayscale: #848484. Windows color (decimal): -7177827 or 10320274. OLE color: 10320274.

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

Color convert

RGB146121157-
CMYK0.070.2300.38
HSL281.67º15.52%54.51%-
HSV(B)281.67º22.93%61.57%-
XYZ24.7822.2234.88-
YUV132.58141.78137.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=34.43%
G=28.54%
B=37.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461211570.070.2300.38281.6715.5254.51
Hex92799D71702611a1037
Octal2221712357270464322067
Binary1001001011110011001110111110111010011010001101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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