Html Css Color HEX #987E91 Mountbatten Pink

📋 copy color: '#987E91'

red 152 ◦ green 126 ◦ blue 145

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

Shades of Mountbatten Pink #987E91

Tints of Mountbatten Pink #987E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 35.93%
G = 29.79%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987E91 (or 0x987E91) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 91. RGB value is (152,126,145). Sum of RGB (Red+Green+Blue) = 152+126+145=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E91 is #67816E. Grayscale: #878787. Windows color (decimal): -6783343 or 9535128. OLE color: 9535128.

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

Color convert

RGB 152 126 145 -
CMYK 0 0.17 0.05 0.40
HSL 316.15º 0.11% 0.55% -
HSV(B) 316.15º 0.17% 0.6% -
XYZ 25.52 23.64 30.01 -
YUV 135.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 152 126 145 0 0.17 0.05 0.40 316.15 0.11 0.55
Hex 98 7E 91 0 11 5 28 13C B 37
Octal 230 176 221 0 21 5 50 474 13 67
Binary 10011000 1111110 10010001 0 10001 101 101000 100111100 1011 110111

Color Harmonies of #987E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E91

Black with #987E91

Text Example


Text Example

White with #987E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,126,145); }

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

background-color css

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

 a { background-color: rgb(152,126,145); }

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

border-color css

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

 span { border-color: rgb(152,126,145); }

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