Html Css Color HEX #987F8E Mountbatten Pink

📋 copy color: '#987F8E'

red 152 ◦ green 127 ◦ blue 142

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

Shades of Mountbatten Pink #987F8E

Tints of Mountbatten Pink #987F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 36.1%
G = 30.17%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#987F8E (or 0x987F8E) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 8E. RGB value is (152,127,142). Sum of RGB (Red+Green+Blue) = 152+127+142=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F8E is #678071. Grayscale: #888888. Windows color (decimal): -6783090 or 9338776. OLE color: 9338776.

HSL color Cylindrical-coordinate representation of color #987F8E: hue angle of 324º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F8E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 142 -
CMYK 0 0.16 0.07 0.40
HSL 324º 0.11% 0.55% -
HSV(B) 324º 0.16% 0.6% -
XYZ 25.42 23.81 28.85 -
YUV 136.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 152 127 142 0 0.16 0.07 0.40 324 0.11 0.55
Hex 98 7F 8E 0 10 7 28 144 B 37
Octal 230 177 216 0 20 7 50 504 13 67
Binary 10011000 1111111 10001110 0 10000 111 101000 101000100 1011 110111

Color Harmonies of #987F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F8E

Black with #987F8E

Text Example


Text Example

White with #987F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,142); }

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

background-color css

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

 a { background-color: rgb(152,127,142); }

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

border-color css

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

 span { border-color: rgb(152,127,142); }

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