Html Css Color HEX #949198 Amethyst Smoke

📋 copy color: '#949198'

red 148 ◦ green 145 ◦ blue 152

#949198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #949198

Tints of Amethyst Smoke #949198

RGB

 RED value IS 148 (58.2% 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 value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#949198 (or 0x949198) is known color: 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

RGB 148 145 152 -
CMYK 0.03 0.05 0 0.40
HSL 265.71º 0.03% 0.58% -
HSV(B) 265.71º 0.05% 0.6% -
XYZ 28.01 28.81 33.79 -
YUV 146.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 148 145 152 0.03 0.05 0 0.40 265.71 0.03 0.58
Hex 94 91 98 3 5 0 28 10A 3 3A
Octal 224 221 230 3 5 0 50 412 3 72
Binary 10010100 10010001 10011000 11 101 0 101000 100001010 11 111010

Color Harmonies of #949198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949198

Black with #949198

Text Example


Text Example

White with #949198

Text Example


Text Example

HTML Codes & Css Web 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>