#9D8293

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

Shades of Mountbatten Pink #9D8293

Tints of Mountbatten Pink #9D8293

Color information

#9D8293 (or 0x9D8293) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 82 and 93. RGB value is (157,130,147). Sum of RGB (Red+Green+Blue) = 157+130+147=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8293 is #627D6C. Grayscale: #8B8B8B. Windows color (decimal): -6454637 or 9667229. OLE color: 9667229.

HSL color Cylindrical-coordinate representation of color #9D8293: hue angle of 322.22º 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 #9D8293 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB157130147-
CMYK00.170.060.38
HSL322.22º12.11%56.27%-
HSV(B)322.22º17.2%61.57%-
XYZ27.1525.2431.04-
YUV140.01131.95140.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=36.18%
G=29.95%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713014700.170.060.38322.2212.1156.27
Hex9D8293011626142c38
Octal2352022230216465021470
Binary1001110110000010100100110100011101001101010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,147); }

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

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

 a { background-color: rgb(157,130,147); }

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

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

 span { border-color: rgb(157,130,147); }

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