Html Css Color HEX #987987 Mountbatten Pink

📋 copy color: '#987987'

red 152 ◦ green 121 ◦ blue 135

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

Shades of Mountbatten Pink #987987

Tints of Mountbatten Pink #987987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 37.25%
G = 29.66%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987987 (or 0x987987) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 87. RGB value is (152,121,135). Sum of RGB (Red+Green+Blue) = 152+121+135=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #987987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987987 is #678678. Grayscale: #838383. Windows color (decimal): -6784633 or 8878488. OLE color: 8878488.

HSL color Cylindrical-coordinate representation of color #987987: hue angle of 332.9º 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 #987987 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 135 -
CMYK 0 0.20 0.11 0.40
HSL 332.9º 0.13% 0.54% -
HSV(B) 332.9º 0.2% 0.6% -
XYZ 24.16 22.1 25.91 -
YUV 131.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 152 121 135 0 0.20 0.11 0.40 332.9 0.13 0.54
Hex 98 79 87 0 14 B 28 14D D 36
Octal 230 171 207 0 24 13 50 515 15 66
Binary 10011000 1111001 10000111 0 10100 1011 101000 101001101 1101 110110

Color Harmonies of #987987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987987

Black with #987987

Text Example


Text Example

White with #987987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987987; }

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

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

background-color css

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

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

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

border-color css

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

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

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