Html Css Color HEX #928B98 Amethyst Smoke

📋 copy color: '#928B98'

red 146 ◦ green 139 ◦ blue 152

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

Shades of Amethyst Smoke #928B98

Tints of Amethyst Smoke #928B98

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.81%

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

R = 33.41%
G = 31.81%
B = 34.78%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#928B98 (or 0x928B98) is known color: Amethyst Smoke. HEX triplet: 92, 8B and 98. RGB value is (146,139,152). Sum of RGB (Red+Green+Blue) = 146+139+152=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #928B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B98 is #6D7467. Grayscale: #8E8E8E. Windows color (decimal): -7173224 or 9997202. OLE color: 9997202.

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

Color convert

RGB 146 139 152 -
CMYK 0.04 0.09 0 0.40
HSL 272.31º 0.06% 0.57% -
HSV(B) 272.31º 0.09% 0.6% -
XYZ 26.75 26.84 33.48 -
YUV 142.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 146 139 152 0.04 0.09 0 0.40 272.31 0.06 0.57
Hex 92 8B 98 4 9 0 28 110 6 39
Octal 222 213 230 4 11 0 50 420 6 71
Binary 10010010 10001011 10011000 100 1001 0 101000 100010000 110 111001

Color Harmonies of #928B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B98

Black with #928B98

Text Example


Text Example

White with #928B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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