#907692

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

Shades of Amethyst Smoke #907692

Tints of Amethyst Smoke #907692

Color information

#907692 (or 0x907692) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 76 and 92. RGB value is (144,118,146). Sum of RGB (Red+Green+Blue) = 144+118+146=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #907692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907692 is #6F896D. Grayscale: #808080. Windows color (decimal): -7309678 or 9598608. OLE color: 9598608.

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

Color convert

RGB144118146-
CMYK0.010.1900.43
HSL295.71º11.38%51.76%-
HSV(B)295.71º19.18%57.25%-
XYZ23.1720.9630.02-
YUV128.97137.61138.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.29%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=35.29%
G=28.92%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441181460.010.1900.43295.7111.3851.76
Hex90769211302B128b34
Octal2201662221230534501364
Binary1001000011101101001001011001101010111001010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907692; }

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

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

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

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

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

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

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

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