#908893

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

Shades of Amethyst Smoke #908893

Tints of Amethyst Smoke #908893

Color information

#908893 (or 0x908893) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 88 and 93. RGB value is (144,136,147). Sum of RGB (Red+Green+Blue) = 144+136+147=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #908893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908893 is #6F776C. Grayscale: #8B8B8B. Windows color (decimal): -7305069 or 9668752. OLE color: 9668752.

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

Color convert

RGB144136147-
CMYK0.020.0700.42
HSL283.64º4.85%55.49%-
HSV(B)283.64º7.48%57.65%-
XYZ25.5725.6431.21-
YUV139.65132.15131.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=33.72%
G=31.85%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441361470.020.0700.42283.644.8555.49
Hex9088932702A11c537
Octal22021022327052434567
Binary100100001000100010010011101110101010100011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908893; }

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

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

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

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

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

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

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

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