#987092

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

Shades of Mountbatten Pink #987092

Tints of Mountbatten Pink #987092

Color information

#987092 (or 0x987092) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 70 and 92. RGB value is (152,112,146). Sum of RGB (Red+Green+Blue) = 152+112+146=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987092 is #678F6D. Grayscale: #7F7F7F. Windows color (decimal): -6786926 or 9597080. OLE color: 9597080.

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

Color convert

RGB152112146-
CMYK00.260.040.40
HSL309º16.26%51.76%-
HSV(B)309º26.32%59.61%-
XYZ23.9320.3429.86-
YUV127.84138.25145.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=37.07%
G=27.32%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211214600.260.040.4030916.2651.76
Hex98709201A4281351034
Octal2301602220324504652064
Binary1001100011100001001001001101010010100010011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987092; }

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

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

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

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

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

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

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

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