#98838D

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

Shades of Mountbatten Pink #98838D

Tints of Mountbatten Pink #98838D

Color information

#98838D (or 0x98838D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 83 and 8D. RGB value is (152,131,141). Sum of RGB (Red+Green+Blue) = 152+131+141=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838D is #677C72. Grayscale: #8A8A8A. Windows color (decimal): -6782067 or 9274264. OLE color: 9274264.

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

Color convert

RGB152131141-
CMYK00.140.070.40
HSL331.43º9.25%55.49%-
HSV(B)331.43º13.82%59.61%-
XYZ25.8724.8328.63-
YUV138.42129.46137.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=35.85%
G=30.90%
B=33.25%

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
Decimal15213114100.140.070.40331.439.2555.49
Hex98838D0E72814b937
Octal2302032150167505131167
Binary100110001000001110001101011101111010001010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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