#908898

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

Shades of Amethyst Smoke #908898

Tints of Amethyst Smoke #908898

Color information

#908898 (or 0x908898) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 88 and 98. RGB value is (144,136,152). Sum of RGB (Red+Green+Blue) = 144+136+152=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #908898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908898 is #6F7767. Grayscale: #8C8C8C. Windows color (decimal): -7305064 or 9996432. OLE color: 9996432.

HSL color Cylindrical-coordinate representation of color #908898: hue angle of 270º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908898 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144136152-
CMYK0.050.1100.40
HSL270º7.21%56.47%-
HSV(B)270º10.53%59.61%-
XYZ25.9725.833.32-
YUV140.22134.65130.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441361520.050.1100.402707.2156.47
Hex9088985B02810e738
Octal220210230513050416770
Binary10010000100010001001100010110110101000100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908898; }

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

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

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

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

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

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

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

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