#987C91

Color #987C91 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #987C91

Tints of Mountbatten Pink #987C91

Color information

#987C91 (or 0x987C91) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7C and 91. RGB value is (152,124,145). Sum of RGB (Red+Green+Blue) = 152+124+145=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C91 is #67836E. Grayscale: #868686. Windows color (decimal): -6783855 or 9534616. OLE color: 9534616.

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

Color convert

RGB152124145-
CMYK00.180.050.40
HSL315º11.97%54.12%-
HSV(B)315º18.42%59.61%-
XYZ25.2723.1429.92-
YUV134.77133.78140.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=36.10%
G=29.45%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212414500.180.050.4031511.9754.12
Hex987C9101252813bc36
Octal2301742210225504731466
Binary100110001111100100100010100101011010001001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #987C91;
 }
 .AnyTagClassName
 {
   color: #987C91;
 }
</style>
background-color css

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

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

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

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

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

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