#908699

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

Shades of Amethyst Smoke #908699

Tints of Amethyst Smoke #908699

Color information

#908699 (or 0x908699) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 86 and 99. RGB value is (144,134,153). Sum of RGB (Red+Green+Blue) = 144+134+153=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #908699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908699 is #6F7966. Grayscale: #8B8B8B. Windows color (decimal): -7305575 or 10061456. OLE color: 10061456.

HSL color Cylindrical-coordinate representation of color #908699: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908699 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144134153-
CMYK0.060.1200.4
HSL271.58º8.52%56.27%-
HSV(B)271.58º12.42%60%-
XYZ25.7825.2833.66-
YUV139.16135.81131.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=33.41%
G=31.09%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441341530.060.1200.4271.588.5256.27
Hex9086996C028110938
Octal2202062316140504201170
Binary100100001000011010011001110110001010001000100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908699; }

 p { color: rgb(144,134,153); }

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

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

 a { background-color: rgb(144,134,153); }

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

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

 span { border-color: rgb(144,134,153); }

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