#907795

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

Shades of Amethyst Smoke #907795

Tints of Amethyst Smoke #907795

Color information

#907795 (or 0x907795) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 77 and 95. RGB value is (144,119,149). Sum of RGB (Red+Green+Blue) = 144+119+149=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #907795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907795 is #6F886A. Grayscale: #818181. Windows color (decimal): -7309419 or 9795472. OLE color: 9795472.

HSL color Cylindrical-coordinate representation of color #907795: hue angle of 290º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907795 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144119149-
CMYK0.030.2000.42
HSL290º12.4%52.55%-
HSV(B)290º20.13%58.43%-
XYZ23.5221.2931.3-
YUV129.89138.78138.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=34.95%
G=28.88%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441191490.030.2000.4229012.452.55
Hex90779531402A122c35
Octal2201672253240524421465
Binary10010000111011110010101111010001010101001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907795; }

 p { color: rgb(144,119,149); }

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

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

 a { background-color: rgb(144,119,149); }

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

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

 span { border-color: rgb(144,119,149); }

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