#92799B

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

Shades of Amethyst Smoke #92799B

Tints of Amethyst Smoke #92799B

Color information

#92799B (or 0x92799B) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 79 and 9B. RGB value is (146,121,155). Sum of RGB (Red+Green+Blue) = 146+121+155=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #92799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92799B is #6D8664. Grayscale: #848484. Windows color (decimal): -7177829 or 10189202. OLE color: 10189202.

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

Color convert

RGB146121155-
CMYK0.060.2200.39
HSL284.12º14.53%54.12%-
HSV(B)284.12º21.94%60.78%-
XYZ24.6122.1533.99-
YUV132.35140.78137.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=34.60%
G=28.67%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461211550.060.2200.39284.1214.5354.12
Hex92799B61602711cf36
Octal2221712336260474341766
Binary100100101111001100110111101011001001111000111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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