#987988

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

Shades of Mountbatten Pink #987988

Tints of Mountbatten Pink #987988

Color information

#987988 (or 0x987988) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 79 and 88. RGB value is (152,121,136). Sum of RGB (Red+Green+Blue) = 152+121+136=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #987988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987988 is #678677. Grayscale: #838383. Windows color (decimal): -6784632 or 8944024. OLE color: 8944024.

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

Color convert

RGB152121136-
CMYK00.200.110.40
HSL330.97º13.08%53.53%-
HSV(B)330.97º20.39%59.61%-
XYZ24.2322.1326.29-
YUV131.98130.27142.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=37.16%
G=29.58%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212113600.200.110.40330.9713.0853.53
Hex987988014B2814bd36
Octal23017121002413505131566
Binary1001100011110011000100001010010111010001010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987988; }

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

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

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

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

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

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

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

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