#907893

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

Shades of Amethyst Smoke #907893

Tints of Amethyst Smoke #907893

Color information

#907893 (or 0x907893) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 78 and 93. RGB value is (144,120,147). Sum of RGB (Red+Green+Blue) = 144+120+147=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #907893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907893 is #6F876C. Grayscale: #828282. Windows color (decimal): -7309165 or 9664656. OLE color: 9664656.

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

Color convert

RGB144120147-
CMYK0.020.1800.42
HSL293.33º11.11%52.35%-
HSV(B)293.33º18.37%57.65%-
XYZ23.4821.4730.51-
YUV130.25137.45137.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=35.04%
G=29.20%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441201470.020.1800.42293.3311.1152.35
Hex90789321202A125b34
Octal2201702232220524451364
Binary10010000111100010010011101001001010101001001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907893; }

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

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

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

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

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

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

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

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