Html Css Color HEX #987D8C Mountbatten Pink

📋 copy color: '#987D8C'

red 152 ◦ green 125 ◦ blue 140

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

Shades of Mountbatten Pink #987D8C

Tints of Mountbatten Pink #987D8C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 36.45%
G = 29.98%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#987D8C (or 0x987D8C) is known color: Mountbatten Pink. HEX triplet: 98, 7D and 8C. RGB value is (152,125,140). Sum of RGB (Red+Green+Blue) = 152+125+140=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D8C is #678273. Grayscale: #868686. Windows color (decimal): -6783604 or 9207192. OLE color: 9207192.

HSL color Cylindrical-coordinate representation of color #987D8C: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D8C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 140 -
CMYK 0 0.18 0.08 0.40
HSL 326.67º 0.12% 0.54% -
HSV(B) 326.67º 0.18% 0.6% -
XYZ 25.02 23.24 27.98 -
YUV 134.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 152 125 140 0 0.18 0.08 0.40 326.67 0.12 0.54
Hex 98 7D 8C 0 12 8 28 147 C 36
Octal 230 175 214 0 22 10 50 507 14 66
Binary 10011000 1111101 10001100 0 10010 1000 101000 101000111 1100 110110

Color Harmonies of #987D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D8C

Black with #987D8C

Text Example


Text Example

White with #987D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,140); }

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

background-color css

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

 a { background-color: rgb(152,125,140); }

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

border-color css

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

 span { border-color: rgb(152,125,140); }

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