#987C95

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

Shades of Mountbatten Pink #987C95

Tints of Mountbatten Pink #987C95

Color information

#987C95 (or 0x987C95) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7C and 95. RGB value is (152,124,149). Sum of RGB (Red+Green+Blue) = 152+124+149=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #987C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C95 is #67836A. Grayscale: #878787. Windows color (decimal): -6783851 or 9796760. OLE color: 9796760.

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

Color convert

RGB152124149-
CMYK00.180.020.40
HSL306.43º11.97%54.12%-
HSV(B)306.43º18.42%59.61%-
XYZ25.5823.2631.58-
YUV135.22135.78139.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=35.76%
G=29.18%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212414900.180.020.40306.4311.9754.12
Hex987C95012228132c36
Octal2301742250222504621466
Binary10011000111110010010101010010101010001001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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