#9B7A8D

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

Shades of Mountbatten Pink #9B7A8D

Tints of Mountbatten Pink #9B7A8D

Color information

#9B7A8D (or 0x9B7A8D) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7A and 8D. RGB value is (155,122,141). Sum of RGB (Red+Green+Blue) = 155+122+141=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A8D is #648572. Grayscale: #858585. Windows color (decimal): -6587763 or 9271963. OLE color: 9271963.

HSL color Cylindrical-coordinate representation of color #9B7A8D: hue angle of 325.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A8D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB155122141-
CMYK00.210.090.39
HSL325.45º14.16%54.31%-
HSV(B)325.45º21.29%60.78%-
XYZ25.2822.8128.27-
YUV134.03131.93142.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=37.08%
G=29.19%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512214100.210.090.39325.4514.1654.31
Hex9B7A8D015927145e36
Octal23317221502511475051666
Binary1001101111110101000110101010110011001111010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,141); }

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

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

 a { background-color: rgb(155,122,141); }

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

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

 span { border-color: rgb(155,122,141); }

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