#987688

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

Shades of Mountbatten Pink #987688

Tints of Mountbatten Pink #987688

Color information

#987688 (or 0x987688) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 88. RGB value is (152,118,136). Sum of RGB (Red+Green+Blue) = 152+118+136=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987688 is #678977. Grayscale: #828282. Windows color (decimal): -6785400 or 8943256. OLE color: 8943256.

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

Color convert

RGB152118136-
CMYK00.220.110.40
HSL328.24º14.17%52.94%-
HSV(B)328.24º22.37%59.61%-
XYZ23.8721.4126.17-
YUV130.22131.26143.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=37.44%
G=29.06%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813600.220.110.40328.2414.1752.94
Hex987688016B28148e35
Octal23016621002613505101665
Binary1001100011101101000100001011010111010001010010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987688; }

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

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

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

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

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

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

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

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