#98788D

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

Shades of Mountbatten Pink #98788D

Tints of Mountbatten Pink #98788D

Color information

#98788D (or 0x98788D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 78 and 8D. RGB value is (152,120,141). Sum of RGB (Red+Green+Blue) = 152+120+141=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #98788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788D is #678772. Grayscale: #838383. Windows color (decimal): -6784883 or 9271448. OLE color: 9271448.

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

Color convert

RGB152120141-
CMYK00.210.070.40
HSL320.62º13.45%53.33%-
HSV(B)320.62º21.05%59.61%-
XYZ24.4722.0328.16-
YUV131.96133.1142.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=36.80%
G=29.06%
B=34.14%

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
Decimal15212014100.210.070.40320.6213.4553.33
Hex98788D015728141d35
Octal2301702150257505011565
Binary100110001111000100011010101011111010001010000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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