#9B7C8E

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

Shades of Mountbatten Pink #9B7C8E

Tints of Mountbatten Pink #9B7C8E

Color information

#9B7C8E (or 0x9B7C8E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7C and 8E. RGB value is (155,124,142). Sum of RGB (Red+Green+Blue) = 155+124+142=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8E is #648371. Grayscale: #878787. Windows color (decimal): -6587250 or 9338011. OLE color: 9338011.

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

Color convert

RGB155124142-
CMYK00.20.080.39
HSL325.16º13.42%54.71%-
HSV(B)325.16º20%60.78%-
XYZ25.6123.3428.75-
YUV135.32131.77142.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=36.82%
G=29.45%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512414200.20.080.39325.1613.4254.71
Hex9B7C8E014827145d37
Octal23317421602410475051567
Binary1001101111111001000111001010010001001111010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,142); }

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

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

 a { background-color: rgb(155,124,142); }

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

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

 span { border-color: rgb(155,124,142); }

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