#9B7687

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

Shades of Mountbatten Pink #9B7687

Tints of Mountbatten Pink #9B7687

Color information

#9B7687 (or 0x9B7687) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 87. RGB value is (155,118,135). Sum of RGB (Red+Green+Blue) = 155+118+135=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7687 is #648978. Grayscale: #828282. Windows color (decimal): -6588793 or 8877723. OLE color: 8877723.

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

Color convert

RGB155118135-
CMYK00.240.130.39
HSL332.43º15.61%53.53%-
HSV(B)332.43º23.87%60.78%-
XYZ24.3721.6725.82-
YUV131130.26145.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=37.99%
G=28.92%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511813500.240.130.39332.4315.6153.53
Hex9B7687018D2714c1036
Octal23316620703015475142066
Binary10011011111011010000111011000110110011110100110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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