Html Css Color HEX #988799 Amethyst Smoke

📋 copy color: '#988799'

red 152 ◦ green 135 ◦ blue 153

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

Shades of Amethyst Smoke #988799

Tints of Amethyst Smoke #988799

RGB

 RED value IS 152 (59.77% from 255) = 34.55%

 GREEN value IS 135 (53.13% from 255) = 30.68%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 34.55%
G = 30.68%
B = 34.77%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988799 (or 0x988799) is known color: Amethyst Smoke. HEX triplet: 98, 87 and 99. RGB value is (152,135,153). Sum of RGB (Red+Green+Blue) = 152+135+153=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #988799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988799 is #677866. Grayscale: #8E8E8E. Windows color (decimal): -6781031 or 10061720. OLE color: 10061720.

HSL color Cylindrical-coordinate representation of color #988799: hue angle of 296.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988799 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 135 153 -
CMYK 0.01 0.12 0 0.4
HSL 296.67º 0.08% 0.56% -
HSV(B) 296.67º 0.12% 0.6% -
XYZ 27.36 26.3 33.77 -
YUV 142.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 152 135 153 0.01 0.12 0 0.4 296.67 0.08 0.56
Hex 98 87 99 1 C 0 28 129 8 38
Octal 230 207 231 1 14 0 50 451 10 70
Binary 10011000 10000111 10011001 1 1100 0 101000 100101001 1000 111000

Color Harmonies of #988799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988799

Black with #988799

Text Example


Text Example

White with #988799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988799; }

 p { color: rgb(152,135,153); }

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

background-color css

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

 a { background-color: rgb(152,135,153); }

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

border-color css

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

 span { border-color: rgb(152,135,153); }

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