#918198

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

Shades of Amethyst Smoke #918198

Tints of Amethyst Smoke #918198

Color information

#918198 (or 0x918198) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and 98. RGB value is (145,129,152). Sum of RGB (Red+Green+Blue) = 145+129+152=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #918198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918198 is #6E7E67. Grayscale: #888888. Windows color (decimal): -7241320 or 9994641. OLE color: 9994641.

HSL color Cylindrical-coordinate representation of color #918198: hue angle of 281.74º 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 #918198 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB145129152-
CMYK0.050.1500.40
HSL281.74º10.04%55.1%-
HSV(B)281.74º15.13%59.61%-
XYZ25.1923.9933.01-
YUV136.41136.8134.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=34.04%
G=30.28%
B=35.68%

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
Decimal1451291520.050.1500.40281.7410.0455.1
Hex9181985F02811aa37
Octal2212012305170504321267
Binary100100011000000110011000101111101010001000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918198; }

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

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

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

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

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

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

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

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