Html Css Color HEX #987D8D Mountbatten Pink

📋 copy color: '#987D8D'

red 152 ◦ green 125 ◦ blue 141

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

Shades of Mountbatten Pink #987D8D

Tints of Mountbatten Pink #987D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 36.36%
G = 29.9%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#987D8D (or 0x987D8D) is known color: Mountbatten Pink. HEX triplet: 98, 7D and 8D. RGB value is (152,125,141). Sum of RGB (Red+Green+Blue) = 152+125+141=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D8D is #678272. Grayscale: #868686. Windows color (decimal): -6783603 or 9272728. OLE color: 9272728.

HSL color Cylindrical-coordinate representation of color #987D8D: hue angle of 324.44º 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 #987D8D is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 141 -
CMYK 0 0.18 0.07 0.40
HSL 324.44º 0.12% 0.54% -
HSV(B) 324.44º 0.18% 0.6% -
XYZ 25.09 23.27 28.37 -
YUV 134.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 152 125 141 0 0.18 0.07 0.40 324.44 0.12 0.54
Hex 98 7D 8D 0 12 7 28 144 C 36
Octal 230 175 215 0 22 7 50 504 14 66
Binary 10011000 1111101 10001101 0 10010 111 101000 101000100 1100 110110

Color Harmonies of #987D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D8D

Black with #987D8D

Text Example


Text Example

White with #987D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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