#9B8693

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

Shades of Mountbatten Pink #9B8693

Tints of Mountbatten Pink #9B8693

Color information

#9B8693 (or 0x9B8693) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 86 and 93. RGB value is (155,134,147). Sum of RGB (Red+Green+Blue) = 155+134+147=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8693 is #64796C. Grayscale: #8D8D8D. Windows color (decimal): -6584685 or 9668251. OLE color: 9668251.

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

Color convert

RGB155134147-
CMYK00.140.050.39
HSL322.86º9.5%56.67%-
HSV(B)322.86º13.55%60.78%-
XYZ27.3126.1331.21-
YUV141.76130.96137.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=35.55%
G=30.73%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513414700.140.050.39322.869.556.67
Hex9B86930E527143a39
Octal2332062230165475031271
Binary100110111000011010010011011101011001111010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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