#987588

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

Shades of Mountbatten Pink #987588

Tints of Mountbatten Pink #987588

Color information

#987588 (or 0x987588) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 88. RGB value is (152,117,136). Sum of RGB (Red+Green+Blue) = 152+117+136=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987588 is #678A77. Grayscale: #818181. Windows color (decimal): -6785656 or 8943000. OLE color: 8943000.

HSL color Cylindrical-coordinate representation of color #987588: hue angle of 327.43º 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 #987588 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152117136-
CMYK00.230.110.40
HSL327.43º14.52%52.75%-
HSV(B)327.43º23.03%59.61%-
XYZ23.7521.1826.13-
YUV129.63131.6143.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=37.53%
G=28.89%
B=33.58%

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
Decimal15211713600.230.110.40327.4314.5252.75
Hex987588017B28147f35
Octal23016521002713505071765
Binary1001100011101011000100001011110111010001010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987588; }

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

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

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

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

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

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

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

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