#907C96

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

Shades of Amethyst Smoke #907C96

Tints of Amethyst Smoke #907C96

Color information

#907C96 (or 0x907C96) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 7C and 96. RGB value is (144,124,150). Sum of RGB (Red+Green+Blue) = 144+124+150=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #907C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C96 is #6F8369. Grayscale: #848484. Windows color (decimal): -7308138 or 9862288. OLE color: 9862288.

HSL color Cylindrical-coordinate representation of color #907C96: hue angle of 286.15º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907C96 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144124150-
CMYK0.040.1700.41
HSL286.15º11.02%53.73%-
HSV(B)286.15º17.33%58.82%-
XYZ24.2122.5531.93-
YUV132.94137.63135.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=34.45%
G=29.67%
B=35.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441241500.040.1700.41286.1511.0253.73
Hex907C9641102911eb36
Octal2201742264210514361366
Binary100100001111100100101101001000101010011000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907C96; }

 p { color: rgb(144,124,150); }

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

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

 a { background-color: rgb(144,124,150); }

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

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

 span { border-color: rgb(144,124,150); }

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