#987587

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

Shades of Mountbatten Pink #987587

Tints of Mountbatten Pink #987587

Color information

#987587 (or 0x987587) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 87. RGB value is (152,117,135). Sum of RGB (Red+Green+Blue) = 152+117+135=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987587 is #678A78. Grayscale: #818181. Windows color (decimal): -6785657 or 8877464. OLE color: 8877464.

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

Color convert

RGB152117135-
CMYK00.230.110.40
HSL329.14º14.52%52.75%-
HSV(B)329.14º23.03%59.61%-
XYZ23.6821.1525.76-
YUV129.52131.1144.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=37.62%
G=28.96%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713500.230.110.40329.1414.5252.75
Hex987587017B28149f35
Octal23016520702713505111765
Binary1001100011101011000011101011110111010001010010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987587; }

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

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

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

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

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

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

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

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