Html Css Color HEX #949098 Amethyst Smoke

📋 copy color: '#949098'

red 148 ◦ green 144 ◦ blue 152

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

Shades of Amethyst Smoke #949098

Tints of Amethyst Smoke #949098

RGB

 RED value IS 148 (58.2% from 255) = 33.33%

 GREEN value IS 144 (56.64% from 255) = 32.43%

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 33.33%
G = 32.43%
B = 34.23%

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

#949098 (or 0x949098) is known color: Amethyst Smoke. HEX triplet: 94, 90 and 98. RGB value is (148,144,152). Sum of RGB (Red+Green+Blue) = 148+144+152=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 152 - color contains mainly: blue. Hex color #949098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949098 is #6B6F67. Grayscale: #929292. Windows color (decimal): -7040872 or 9998484. OLE color: 9998484.

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

Color convert

RGB 148 144 152 -
CMYK 0.03 0.05 0 0.40
HSL 270º 0.04% 0.58% -
HSV(B) 270º 0.05% 0.6% -
XYZ 27.85 28.51 33.74 -
YUV 146.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 148 144 152 0.03 0.05 0 0.40 270 0.04 0.58
Hex 94 90 98 3 5 0 28 10E 4 3A
Octal 224 220 230 3 5 0 50 416 4 72
Binary 10010100 10010000 10011000 11 101 0 101000 100001110 100 111010

Color Harmonies of #949098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949098

Black with #949098

Text Example


Text Example

White with #949098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949098; }

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

 H1.HeaderClassName
 {
   color: #949098;
 }
 .AnyTagClassName
 {
   color: #949098;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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