#9B7F8B

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

Shades of Mountbatten Pink #9B7F8B

Tints of Mountbatten Pink #9B7F8B

Color information

#9B7F8B (or 0x9B7F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7F and 8B. RGB value is (155,127,139). Sum of RGB (Red+Green+Blue) = 155+127+139=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F8B is #648074. Grayscale: #888888. Windows color (decimal): -6586485 or 9142171. OLE color: 9142171.

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

Color convert

RGB155127139-
CMYK00.180.100.39
HSL334.29º12.28%55.29%-
HSV(B)334.29º18.06%60.78%-
XYZ25.7724.0127.7-
YUV136.74129.28141.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=36.82%
G=30.17%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512713900.180.100.39334.2912.2855.29
Hex9B7F8B012A2714ec37
Octal23317721302212475161467
Binary1001101111111111000101101001010101001111010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,139); }

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

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

 a { background-color: rgb(155,127,139); }

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

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

 span { border-color: rgb(155,127,139); }

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