#987892

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

Shades of Mountbatten Pink #987892

Tints of Mountbatten Pink #987892

Color information

#987892 (or 0x987892) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 78 and 92. RGB value is (152,120,146). Sum of RGB (Red+Green+Blue) = 152+120+146=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987892 is #67876D. Grayscale: #848484. Windows color (decimal): -6784878 or 9599128. OLE color: 9599128.

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

Color convert

RGB152120146-
CMYK00.210.040.40
HSL311.25º13.45%53.33%-
HSV(B)311.25º21.05%59.61%-
XYZ24.8522.1830.17-
YUV132.53135.6141.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=36.36%
G=28.71%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212014600.210.040.40311.2513.4553.33
Hex987892015428137d35
Octal2301702220254504671565
Binary100110001111000100100100101011001010001001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987892; }

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

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

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

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

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

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

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

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