Html Css Color HEX #987F8F Mountbatten Pink

📋 copy color: '#987F8F'

red 152 ◦ green 127 ◦ blue 143

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

Shades of Mountbatten Pink #987F8F

Tints of Mountbatten Pink #987F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 36.02%
G = 30.09%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#987F8F (or 0x987F8F) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 8F. RGB value is (152,127,143). Sum of RGB (Red+Green+Blue) = 152+127+143=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F8F is #678070. Grayscale: #888888. Windows color (decimal): -6783089 or 9404312. OLE color: 9404312.

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

Color convert

RGB 152 127 143 -
CMYK 0 0.16 0.06 0.40
HSL 321.6º 0.11% 0.55% -
HSV(B) 321.6º 0.16% 0.6% -
XYZ 25.5 23.84 29.24 -
YUV 136.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 152 127 143 0 0.16 0.06 0.40 321.6 0.11 0.55
Hex 98 7F 8F 0 10 6 28 142 B 37
Octal 230 177 217 0 20 6 50 502 13 67
Binary 10011000 1111111 10001111 0 10000 110 101000 101000010 1011 110111

Color Harmonies of #987F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F8F

Black with #987F8F

Text Example


Text Example

White with #987F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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