#9B8793

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

Shades of Mountbatten Pink #9B8793

Tints of Mountbatten Pink #9B8793

Color information

#9B8793 (or 0x9B8793) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 87 and 93. RGB value is (155,135,147). Sum of RGB (Red+Green+Blue) = 155+135+147=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8793 is #64786C. Grayscale: #8E8E8E. Windows color (decimal): -6584429 or 9668507. OLE color: 9668507.

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

Color convert

RGB155135147-
CMYK00.130.050.39
HSL324º9.09%56.86%-
HSV(B)324º12.9%60.78%-
XYZ27.4526.431.25-
YUV142.35130.63137.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=35.47%
G=30.89%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513514700.130.050.393249.0956.86
Hex9B87930D527144939
Octal2332072230155475041171
Binary100110111000011110010011011011011001111010001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,147); }

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

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

 a { background-color: rgb(155,135,147); }

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

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

 span { border-color: rgb(155,135,147); }

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