#98808E

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

Shades of Mountbatten Pink #98808E

Tints of Mountbatten Pink #98808E

Color information

#98808E (or 0x98808E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 80 and 8E. RGB value is (152,128,142). Sum of RGB (Red+Green+Blue) = 152+128+142=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98808E is #677F71. Grayscale: #888888. Windows color (decimal): -6782834 or 9339032. OLE color: 9339032.

HSL color Cylindrical-coordinate representation of color #98808E: hue angle of 325º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98808E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152128142-
CMYK00.160.070.40
HSL325º10.43%54.9%-
HSV(B)325º15.79%59.61%-
XYZ25.5524.0728.89-
YUV136.77130.95138.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=36.02%
G=30.33%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212814200.160.070.4032510.4354.9
Hex98808E010728145a37
Octal2302002160207505051267
Binary1001100010000000100011100100001111010001010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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