#98828D

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

Shades of Mountbatten Pink #98828D

Tints of Mountbatten Pink #98828D

Color information

#98828D (or 0x98828D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 82 and 8D. RGB value is (152,130,141). Sum of RGB (Red+Green+Blue) = 152+130+141=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98828D is #677D72. Grayscale: #898989. Windows color (decimal): -6782323 or 9274008. OLE color: 9274008.

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

Color convert

RGB152130141-
CMYK00.140.070.40
HSL330º9.65%55.29%-
HSV(B)330º14.47%59.61%-
XYZ25.7424.5628.58-
YUV137.83129.79138.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=35.93%
G=30.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213014100.140.070.403309.6555.29
Hex98828D0E72814aa37
Octal2302022150167505121267
Binary100110001000001010001101011101111010001010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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