Html Css Color HEX #987989 Mountbatten Pink

📋 copy color: '#987989'

red 152 ◦ green 121 ◦ blue 137

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

Shades of Mountbatten Pink #987989

Tints of Mountbatten Pink #987989

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 37.07%
G = 29.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987989 (or 0x987989) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 89. RGB value is (152,121,137). Sum of RGB (Red+Green+Blue) = 152+121+137=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987989 is #678676. Grayscale: #848484. Windows color (decimal): -6784631 or 9009560. OLE color: 9009560.

HSL color Cylindrical-coordinate representation of color #987989: hue angle of 329.03º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987989 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 137 -
CMYK 0 0.20 0.10 0.40
HSL 329.03º 0.13% 0.54% -
HSV(B) 329.03º 0.2% 0.6% -
XYZ 24.3 22.16 26.66 -
YUV 132.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 152 121 137 0 0.20 0.10 0.40 329.03 0.13 0.54
Hex 98 79 89 0 14 A 28 149 D 36
Octal 230 171 211 0 24 12 50 511 15 66
Binary 10011000 1111001 10001001 0 10100 1010 101000 101001001 1101 110110

Color Harmonies of #987989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987989

Black with #987989

Text Example


Text Example

White with #987989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987989; }

 p { color: rgb(152,121,137); }

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

background-color css

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

 a { background-color: rgb(152,121,137); }

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

border-color css

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

 span { border-color: rgb(152,121,137); }

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