#98788E

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

Shades of Mountbatten Pink #98788E

Tints of Mountbatten Pink #98788E

Color information

#98788E (or 0x98788E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 78 and 8E. RGB value is (152,120,142). Sum of RGB (Red+Green+Blue) = 152+120+142=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #98788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788E is #678771. Grayscale: #848484. Windows color (decimal): -6784882 or 9336984. OLE color: 9336984.

HSL color Cylindrical-coordinate representation of color #98788E: hue angle of 318.75º 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 #98788E is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152120142-
CMYK00.210.070.40
HSL318.75º13.45%53.33%-
HSV(B)318.75º21.05%59.61%-
XYZ24.5522.0628.56-
YUV132.08133.6142.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=36.71%
G=28.99%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212014200.210.070.40318.7513.4553.33
Hex98788E01572813fd35
Octal2301702160257504771565
Binary100110001111000100011100101011111010001001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98788E; }

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

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

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

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

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

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

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

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