#9B7B8D

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

Shades of Mountbatten Pink #9B7B8D

Tints of Mountbatten Pink #9B7B8D

Color information

#9B7B8D (or 0x9B7B8D) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7B and 8D. RGB value is (155,123,141). Sum of RGB (Red+Green+Blue) = 155+123+141=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B8D is #648472. Grayscale: #868686. Windows color (decimal): -6587507 or 9272219. OLE color: 9272219.

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

Color convert

RGB155123141-
CMYK00.210.090.39
HSL326.25º13.79%54.51%-
HSV(B)326.25º20.65%60.78%-
XYZ25.4123.0628.31-
YUV134.62131.6142.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=36.99%
G=29.36%
B=33.65%

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
Decimal15512314100.210.090.39326.2513.7954.51
Hex9B7B8D015927146e37
Octal23317321502511475061667
Binary1001101111110111000110101010110011001111010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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