#98788C

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

Shades of Mountbatten Pink #98788C

Tints of Mountbatten Pink #98788C

Color information

#98788C (or 0x98788C) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 78 and 8C. RGB value is (152,120,140). Sum of RGB (Red+Green+Blue) = 152+120+140=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788C is #678773. Grayscale: #838383. Windows color (decimal): -6784884 or 9205912. OLE color: 9205912.

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

Color convert

RGB152120140-
CMYK00.210.080.40
HSL322.5º13.45%53.33%-
HSV(B)322.5º21.05%59.61%-
XYZ24.42227.77-
YUV131.85132.6142.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=36.89%
G=29.13%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212014000.210.080.40322.513.4553.33
Hex98788C015828142d35
Octal23017021402510505021565
Binary1001100011110001000110001010110001010001010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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