#987390

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

Shades of Mountbatten Pink #987390

Tints of Mountbatten Pink #987390

Color information

#987390 (or 0x987390) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 73 and 90. RGB value is (152,115,144). Sum of RGB (Red+Green+Blue) = 152+115+144=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987390 is #678C6F. Grayscale: #818181. Windows color (decimal): -6786160 or 9466776. OLE color: 9466776.

HSL color Cylindrical-coordinate representation of color #987390: hue angle of 312.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987390 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB152115144-
CMYK00.240.050.40
HSL312.97º15.23%52.35%-
HSV(B)312.97º24.34%59.61%-
XYZ24.1120.9529.16-
YUV129.37136.26144.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=36.98%
G=27.98%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211514400.240.050.40312.9715.2352.35
Hex987390018528139f34
Octal2301632200305504711764
Binary100110001110011100100000110001011010001001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987390; }

 p { color: rgb(152,115,144); }

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

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

 a { background-color: rgb(152,115,144); }

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

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

 span { border-color: rgb(152,115,144); }

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