#9D838D

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

Shades of Mountbatten Pink #9D838D

Tints of Mountbatten Pink #9D838D

Color information

#9D838D (or 0x9D838D) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 83 and 8D. RGB value is (157,131,141). Sum of RGB (Red+Green+Blue) = 157+131+141=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D838D is #627C72. Grayscale: #8B8B8B. Windows color (decimal): -6454387 or 9274269. OLE color: 9274269.

HSL color Cylindrical-coordinate representation of color #9D838D: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D838D is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB157131141-
CMYK00.170.100.38
HSL336.92º11.71%56.47%-
HSV(B)336.92º16.56%61.57%-
XYZ26.8325.3228.67-
YUV139.91128.61140.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=36.60%
G=30.54%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713114100.170.100.38336.9211.7156.47
Hex9D838D011A26151c38
Octal23520321502112465211470
Binary10011101100000111000110101000110101001101010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D838D; }

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

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

<style>
 a { background-color: #9D838D; }

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

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

<style>
 span { border-color: #9D838D; }

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

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