#9D8790

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

Shades of Mountbatten Pink #9D8790

Tints of Mountbatten Pink #9D8790

Color information

#9D8790 (or 0x9D8790) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 87 and 90. RGB value is (157,135,144). Sum of RGB (Red+Green+Blue) = 157+135+144=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8790 is #62786F. Grayscale: #8E8E8E. Windows color (decimal): -6453360 or 9471901. OLE color: 9471901.

HSL color Cylindrical-coordinate representation of color #9D8790: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8790 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB157135144-
CMYK00.140.080.38
HSL335.45º10.09%57.25%-
HSV(B)335.45º14.01%61.57%-
XYZ27.626.5130.05-
YUV142.6128.79138.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=36.01%
G=30.96%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713514400.140.080.38335.4510.0957.25
Hex9D87900E82614fa39
Octal23520722001610465171271
Binary1001110110000111100100000111010001001101010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,144); }

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

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

 a { background-color: rgb(157,135,144); }

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

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

 span { border-color: rgb(157,135,144); }

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