#98808D

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

Shades of Mountbatten Pink #98808D

Tints of Mountbatten Pink #98808D

Color information

#98808D (or 0x98808D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 80 and 8D. RGB value is (152,128,141). Sum of RGB (Red+Green+Blue) = 152+128+141=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #98808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98808D is #677F72. Grayscale: #888888. Windows color (decimal): -6782835 or 9273496. OLE color: 9273496.

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

Color convert

RGB152128141-
CMYK00.160.070.40
HSL327.5º10.43%54.9%-
HSV(B)327.5º15.79%59.61%-
XYZ25.4824.0428.5-
YUV136.66130.45138.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=36.10%
G=30.40%
B=33.49%

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
Decimal15212814100.160.070.40327.510.4354.9
Hex98808D010728148a37
Octal2302002150207505101267
Binary1001100010000000100011010100001111010001010010001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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