#987589

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

Shades of Mountbatten Pink #987589

Tints of Mountbatten Pink #987589

Color information

#987589 (or 0x987589) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 89. RGB value is (152,117,137). Sum of RGB (Red+Green+Blue) = 152+117+137=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987589 is #678A76. Grayscale: #818181. Windows color (decimal): -6785655 or 9008536. OLE color: 9008536.

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

Color convert

RGB152117137-
CMYK00.230.100.40
HSL325.71º14.52%52.75%-
HSV(B)325.71º23.03%59.61%-
XYZ23.8321.226.5-
YUV129.74132.1143.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=37.44%
G=28.82%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713700.230.100.40325.7114.5252.75
Hex987589017A28146f35
Octal23016521102712505061765
Binary1001100011101011000100101011110101010001010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987589; }

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

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

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

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

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

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

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

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