#907992

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

Shades of Amethyst Smoke #907992

Tints of Amethyst Smoke #907992

Color information

#907992 (or 0x907992) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 79 and 92. RGB value is (144,121,146). Sum of RGB (Red+Green+Blue) = 144+121+146=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #907992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907992 is #6F866D. Grayscale: #828282. Windows color (decimal): -7308910 or 9599376. OLE color: 9599376.

HSL color Cylindrical-coordinate representation of color #907992: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907992 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB144121146-
CMYK0.010.1700.43
HSL295.2º10.29%52.35%-
HSV(B)295.2º17.12%57.25%-
XYZ23.5321.6830.14-
YUV130.73136.62137.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=35.04%
G=29.44%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441211460.010.1700.43295.210.2952.35
Hex90799211102B127a34
Octal2201712221210534471264
Binary1001000011110011001001011000101010111001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907992; }

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

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

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

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

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

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

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

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