#908795

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

Shades of Amethyst Smoke #908795

Tints of Amethyst Smoke #908795

Color information

#908795 (or 0x908795) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 87 and 95. RGB value is (144,135,149). Sum of RGB (Red+Green+Blue) = 144+135+149=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #908795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908795 is #6F786A. Grayscale: #8B8B8B. Windows color (decimal): -7305323 or 9799568. OLE color: 9799568.

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

Color convert

RGB144135149-
CMYK0.030.0900.42
HSL278.57º6.19%55.69%-
HSV(B)278.57º9.4%58.43%-
XYZ25.5925.4331.99-
YUV139.29133.48131.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=33.64%
G=31.54%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441351490.030.0900.42278.576.1955.69
Hex9087953902A117638
Octal220207225311052427670
Binary1001000010000111100101011110010101010100010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908795; }

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

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

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

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

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

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

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

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