Html Css Color HEX #987387 Mountbatten Pink

📋 copy color: '#987387'

red 152 ◦ green 115 ◦ blue 135

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

Shades of Mountbatten Pink #987387

Tints of Mountbatten Pink #987387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

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

R = 37.81%
G = 28.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987387 (or 0x987387) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 87. RGB value is (152,115,135). Sum of RGB (Red+Green+Blue) = 152+115+135=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987387 is #678C78. Grayscale: #808080. Windows color (decimal): -6786169 or 8876952. OLE color: 8876952.

HSL color Cylindrical-coordinate representation of color #987387: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987387 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 135 -
CMYK 0 0.24 0.11 0.40
HSL 327.57º 0.15% 0.52% -
HSV(B) 327.57º 0.24% 0.6% -
XYZ 23.45 20.69 25.68 -
YUV 128.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 152 115 135 0 0.24 0.11 0.40 327.57 0.15 0.52
Hex 98 73 87 0 18 B 28 148 F 34
Octal 230 163 207 0 30 13 50 510 17 64
Binary 10011000 1110011 10000111 0 11000 1011 101000 101001000 1111 110100

Color Harmonies of #987387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987387

Black with #987387

Text Example


Text Example

White with #987387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987387; }

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

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

background-color css

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

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

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

border-color css

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

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

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