#908796

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

Shades of Amethyst Smoke #908796

Tints of Amethyst Smoke #908796

Color information

#908796 (or 0x908796) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 87 and 96. RGB value is (144,135,150). Sum of RGB (Red+Green+Blue) = 144+135+150=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 150 - color contains mainly: blue. Hex color #908796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908796 is #6F7869. Grayscale: #8B8B8B. Windows color (decimal): -7305322 or 9865104. OLE color: 9865104.

HSL color Cylindrical-coordinate representation of color #908796: hue angle of 276º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908796 is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144135150-
CMYK0.040.100.41
HSL276º6.67%55.88%-
HSV(B)276º10%58.82%-
XYZ25.6725.4632.42-
YUV139.4133.98131.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=33.57%
G=31.47%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441351500.040.100.412766.6755.88
Hex9087964A029114738
Octal220207226412051424770
Binary10010000100001111001011010010100101001100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908796; }

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

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

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

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

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

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

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

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