Html Css Color HEX #928D98 Amethyst Smoke

📋 copy color: '#928D98'

red 146 ◦ green 141 ◦ blue 152

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

Shades of Amethyst Smoke #928D98

Tints of Amethyst Smoke #928D98

RGB

 RED value IS 146 (57.42% from 255) = 33.26%

 GREEN value IS 141 (55.47% from 255) = 32.12%

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

R = 33.26%
G = 32.12%
B = 34.62%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#928D98 (or 0x928D98) is known color: Amethyst Smoke. HEX triplet: 92, 8D and 98. RGB value is (146,141,152). Sum of RGB (Red+Green+Blue) = 146+141+152=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 152 - color contains mainly: blue. Hex color #928D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D98 is #6D7267. Grayscale: #8F8F8F. Windows color (decimal): -7172712 or 9997714. OLE color: 9997714.

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

Color convert

RGB 146 141 152 -
CMYK 0.04 0.07 0 0.40
HSL 267.27º 0.05% 0.57% -
HSV(B) 267.27º 0.07% 0.6% -
XYZ 27.05 27.43 33.57 -
YUV 143.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 146 141 152 0.04 0.07 0 0.40 267.27 0.05 0.57
Hex 92 8D 98 4 7 0 28 10B 5 39
Octal 222 215 230 4 7 0 50 413 5 71
Binary 10010010 10001101 10011000 100 111 0 101000 100001011 101 111001

Color Harmonies of #928D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928D98

Black with #928D98

Text Example


Text Example

White with #928D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928D98; }

 p { color: rgb(146,141,152); }

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

background-color css

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

 a { background-color: rgb(146,141,152); }

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

border-color css

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

 span { border-color: rgb(146,141,152); }

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