#98778D

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

Shades of Mountbatten Pink #98778D

Tints of Mountbatten Pink #98778D

Color information

#98778D (or 0x98778D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 77 and 8D. RGB value is (152,119,141). Sum of RGB (Red+Green+Blue) = 152+119+141=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98778D is #678872. Grayscale: #838383. Windows color (decimal): -6785139 or 9271192. OLE color: 9271192.

HSL color Cylindrical-coordinate representation of color #98778D: hue angle of 320º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98778D is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152119141-
CMYK00.220.070.40
HSL320º13.81%53.14%-
HSV(B)320º21.71%59.61%-
XYZ24.3521.7928.12-
YUV131.38133.43142.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=36.89%
G=28.88%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211914100.220.070.4032013.8153.14
Hex98778D016728140e35
Octal2301672150267505001665
Binary100110001110111100011010101101111010001010000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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