#987D92

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

Shades of Mountbatten Pink #987D92

Tints of Mountbatten Pink #987D92

Color information

#987D92 (or 0x987D92) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7D and 92. RGB value is (152,125,146). Sum of RGB (Red+Green+Blue) = 152+125+146=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D92 is #67826D. Grayscale: #878787. Windows color (decimal): -6783598 or 9600408. OLE color: 9600408.

HSL color Cylindrical-coordinate representation of color #987D92: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D92 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB152125146-
CMYK00.180.040.40
HSL313.33º11.59%54.31%-
HSV(B)313.33º17.76%59.61%-
XYZ25.4723.4230.37-
YUV135.47133.95139.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=35.93%
G=29.55%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212514600.180.040.40313.3311.5954.31
Hex987D92012428139c36
Octal2301752220224504711466
Binary100110001111101100100100100101001010001001110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D92; }

 p { color: rgb(152,125,146); }

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

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

 a { background-color: rgb(152,125,146); }

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

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

 span { border-color: rgb(152,125,146); }

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