#949198

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

Shades of Amethyst Smoke #949198

Tints of Amethyst Smoke #949198

Color information

#949198 (or 0x949198) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 91 and 98. RGB value is (148,145,152). Sum of RGB (Red+Green+Blue) = 148+145+152=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 152 - color contains mainly: blue. Hex color #949198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949198 is #6B6E67. Grayscale: #929292. Windows color (decimal): -7040616 or 9998740. OLE color: 9998740.

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

Color convert

RGB148145152-
CMYK0.030.0500.40
HSL265.71º3.29%58.24%-
HSV(B)265.71º4.61%59.61%-
XYZ28.0128.8133.79-
YUV146.7130.99128.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=33.26%
G=32.58%
B=34.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481451520.030.0500.40265.713.2958.24
Hex9491983502810a33a
Octal22422123035050412372
Binary10010100100100011001100011101010100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949198; }

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

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

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

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

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

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

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

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