#908295

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

Shades of Amethyst Smoke #908295

Tints of Amethyst Smoke #908295

Color information

#908295 (or 0x908295) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 82 and 95. RGB value is (144,130,149). Sum of RGB (Red+Green+Blue) = 144+130+149=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #908295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908295 is #6F7D6A. Grayscale: #888888. Windows color (decimal): -7306603 or 9798288. OLE color: 9798288.

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

Color convert

RGB144130149-
CMYK0.030.1300.42
HSL284.21º8.23%54.71%-
HSV(B)284.21º12.75%58.43%-
XYZ24.9124.0631.77-
YUV136.35135.14133.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=34.04%
G=30.73%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441301490.030.1300.42284.218.2354.71
Hex9082953D02A11c837
Octal2202022253150524341067
Binary10010000100000101001010111110101010101000111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908295; }

 p { color: rgb(144,130,149); }

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

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

 a { background-color: rgb(144,130,149); }

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

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

 span { border-color: rgb(144,130,149); }

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