#908198

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

Shades of Amethyst Smoke #908198

Tints of Amethyst Smoke #908198

Color information

#908198 (or 0x908198) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 81 and 98. RGB value is (144,129,152). Sum of RGB (Red+Green+Blue) = 144+129+152=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #908198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908198 is #6F7E67. Grayscale: #888888. Windows color (decimal): -7306856 or 9994640. OLE color: 9994640.

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

Color convert

RGB144129152-
CMYK0.050.1500.40
HSL279.13º10.04%55.1%-
HSV(B)279.13º15.13%59.61%-
XYZ25.0223.933-
YUV136.11136.97133.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=33.88%
G=30.35%
B=35.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441291520.050.1500.40279.1310.0455.1
Hex9081985F028117a37
Octal2202012305170504271267
Binary100100001000000110011000101111101010001000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908198; }

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

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

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

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

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

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

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

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