Html Css Color HEX #98879D Amethyst Smoke

📋 copy color: '#98879D'

red 152 ◦ green 135 ◦ blue 157

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

Shades of Amethyst Smoke #98879D

Tints of Amethyst Smoke #98879D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 34.23%
G = 30.41%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98879D (or 0x98879D) is known color: Amethyst Smoke. HEX triplet: 98, 87 and 9D. RGB value is (152,135,157). Sum of RGB (Red+Green+Blue) = 152+135+157=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #98879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98879D is #677862. Grayscale: #8E8E8E. Windows color (decimal): -6781027 or 10323864. OLE color: 10323864.

HSL color Cylindrical-coordinate representation of color #98879D: hue angle of 286.36º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98879D is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 135 157 -
CMYK 0.03 0.14 0 0.38
HSL 286.36º 0.1% 0.57% -
HSV(B) 286.36º 0.14% 0.62% -
XYZ 27.7 26.44 35.54 -
YUV 142.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 152 135 157 0.03 0.14 0 0.38 286.36 0.1 0.57
Hex 98 87 9D 3 E 0 26 11E A 39
Octal 230 207 235 3 16 0 46 436 12 71
Binary 10011000 10000111 10011101 11 1110 0 100110 100011110 1010 111001

Color Harmonies of #98879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98879D

Black with #98879D

Text Example


Text Example

White with #98879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98879D; }

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

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

background-color css

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

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

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

border-color css

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

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

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