#98788A

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

Shades of Mountbatten Pink #98788A

Tints of Mountbatten Pink #98788A

Color information

#98788A (or 0x98788A) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 78 and 8A. RGB value is (152,120,138). Sum of RGB (Red+Green+Blue) = 152+120+138=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788A is #678775. Grayscale: #838383. Windows color (decimal): -6784886 or 9074840. OLE color: 9074840.

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

Color convert

RGB152120138-
CMYK00.210.090.40
HSL326.25º13.45%53.33%-
HSV(B)326.25º21.05%59.61%-
XYZ24.2521.9427-
YUV131.62131.6142.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=37.07%
G=29.27%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212013800.210.090.40326.2513.4553.33
Hex98788A015928146d35
Octal23017021202511505061565
Binary1001100011110001000101001010110011010001010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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