#987989

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

Shades of Mountbatten Pink #987989

Tints of Mountbatten Pink #987989

Color information

#987989 (or 0x987989) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 79 and 89. RGB value is (152,121,137). Sum of RGB (Red+Green+Blue) = 152+121+137=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987989 is #678676. Grayscale: #848484. Windows color (decimal): -6784631 or 9009560. OLE color: 9009560.

HSL color Cylindrical-coordinate representation of color #987989: hue angle of 329.03º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987989 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152121137-
CMYK00.200.100.40
HSL329.03º13.08%53.53%-
HSV(B)329.03º20.39%59.61%-
XYZ24.322.1626.66-
YUV132.09130.77142.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=37.07%
G=29.51%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212113700.200.100.40329.0313.0853.53
Hex987989014A28149d36
Octal23017121102412505111566
Binary1001100011110011000100101010010101010001010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987989; }

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

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

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

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

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

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

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

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