#9B7C8F

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

Shades of Mountbatten Pink #9B7C8F

Tints of Mountbatten Pink #9B7C8F

Color information

#9B7C8F (or 0x9B7C8F) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7C and 8F. RGB value is (155,124,143). Sum of RGB (Red+Green+Blue) = 155+124+143=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8F is #648370. Grayscale: #878787. Windows color (decimal): -6587249 or 9403547. OLE color: 9403547.

HSL color Cylindrical-coordinate representation of color #9B7C8F: hue angle of 323.23º 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 #9B7C8F is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155124143-
CMYK00.20.080.39
HSL323.23º13.42%54.71%-
HSV(B)323.23º20%60.78%-
XYZ25.6823.3729.14-
YUV135.44132.27141.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=36.73%
G=29.38%
B=33.89%

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
Decimal15512414300.20.080.39323.2313.4254.71
Hex9B7C8F014827143d37
Octal23317421702410475031567
Binary1001101111111001000111101010010001001111010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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