Html Css Color HEX #987A9B Amethyst Smoke

📋 copy color: '#987A9B'

red 152 ◦ green 122 ◦ blue 155

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

Shades of Amethyst Smoke #987A9B

Tints of Amethyst Smoke #987A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 35.43%
G = 28.44%
B = 36.13%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#987A9B (or 0x987A9B) is known color: Amethyst Smoke. HEX triplet: 98, 7A and 9B. RGB value is (152,122,155). Sum of RGB (Red+Green+Blue) = 152+122+155=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #987A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A9B is #678564. Grayscale: #868686. Windows color (decimal): -6784357 or 10189464. OLE color: 10189464.

HSL color Cylindrical-coordinate representation of color #987A9B: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987A9B is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 122 155 -
CMYK 0.02 0.21 0 0.39
HSL 294.55º 0.14% 0.54% -
HSV(B) 294.55º 0.21% 0.61% -
XYZ 25.82 22.96 34.08 -
YUV 134.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 152 122 155 0.02 0.21 0 0.39 294.55 0.14 0.54
Hex 98 7A 9B 2 15 0 27 127 E 36
Octal 230 172 233 2 25 0 47 447 16 66
Binary 10011000 1111010 10011011 10 10101 0 100111 100100111 1110 110110

Color Harmonies of #987A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A9B

Black with #987A9B

Text Example


Text Example

White with #987A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A9B; }

 p { color: rgb(152,122,155); }

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

background-color css

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

 a { background-color: rgb(152,122,155); }

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

border-color css

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

 span { border-color: rgb(152,122,155); }

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