#908092

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

Shades of Amethyst Smoke #908092

Tints of Amethyst Smoke #908092

Color information

#908092 (or 0x908092) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 80 and 92. RGB value is (144,128,146). Sum of RGB (Red+Green+Blue) = 144+128+146=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #908092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908092 is #6F7F6D. Grayscale: #868686. Windows color (decimal): -7307118 or 9601168. OLE color: 9601168.

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

Color convert

RGB144128146-
CMYK0.010.1200.43
HSL293.33º7.63%53.73%-
HSV(B)293.33º12.33%57.25%-
XYZ24.4123.4430.43-
YUV134.84134.3134.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=34.45%
G=30.62%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441281460.010.1200.43293.337.6353.73
Hex9080921C02B125836
Octal2202002221140534451066
Binary1001000010000000100100101110001010111001001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908092; }

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

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

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

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

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

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

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

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