#907892

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

Shades of Amethyst Smoke #907892

Tints of Amethyst Smoke #907892

Color information

#907892 (or 0x907892) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 78 and 92. RGB value is (144,120,146). Sum of RGB (Red+Green+Blue) = 144+120+146=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #907892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907892 is #6F876D. Grayscale: #828282. Windows color (decimal): -7309166 or 9599120. OLE color: 9599120.

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

Color convert

RGB144120146-
CMYK0.010.1800.43
HSL295.38º10.66%52.16%-
HSV(B)295.38º17.81%57.25%-
XYZ23.4121.4430.1-
YUV130.14136.95137.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=35.12%
G=29.27%
B=35.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441201460.010.1800.43295.3810.6652.16
Hex90789211202B127b34
Octal2201702221220534471364
Binary1001000011110001001001011001001010111001001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907892; }

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

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

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

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

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

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

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

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