#987B92

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

Shades of Mountbatten Pink #987B92

Tints of Mountbatten Pink #987B92

Color information

#987B92 (or 0x987B92) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7B and 92. RGB value is (152,123,146). Sum of RGB (Red+Green+Blue) = 152+123+146=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B92 is #67846D. Grayscale: #868686. Windows color (decimal): -6784110 or 9599896. OLE color: 9599896.

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

Color convert

RGB152123146-
CMYK00.190.040.40
HSL312.41º12.34%53.92%-
HSV(B)312.41º19.08%59.61%-
XYZ25.2222.9230.29-
YUV134.29134.61140.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=36.10%
G=29.22%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212314600.190.040.40312.4112.3453.92
Hex987B92013428138c36
Octal2301732220234504701466
Binary100110001111011100100100100111001010001001110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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