#987292

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

Shades of Mountbatten Pink #987292

Tints of Mountbatten Pink #987292

Color information

#987292 (or 0x987292) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 72 and 92. RGB value is (152,114,146). Sum of RGB (Red+Green+Blue) = 152+114+146=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987292 is #678D6D. Grayscale: #808080. Windows color (decimal): -6786414 or 9597592. OLE color: 9597592.

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

Color convert

RGB152114146-
CMYK00.250.040.40
HSL309.47º15.57%52.16%-
HSV(B)309.47º25%59.61%-
XYZ24.1520.7929.93-
YUV129.01137.59144.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=36.89%
G=27.67%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211414600.250.040.40309.4715.5752.16
Hex9872920194281351034
Octal2301622220314504652064
Binary1001100011100101001001001100110010100010011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987292; }

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

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

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

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

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

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

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

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