#9B858E

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

Shades of Mountbatten Pink #9B858E

Tints of Mountbatten Pink #9B858E

Color information

#9B858E (or 0x9B858E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 85 and 8E. RGB value is (155,133,142). Sum of RGB (Red+Green+Blue) = 155+133+142=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858E is #647A71. Grayscale: #8C8C8C. Windows color (decimal): -6584946 or 9340315. OLE color: 9340315.

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

Color convert

RGB155133142-
CMYK00.140.080.39
HSL335.45º9.91%56.47%-
HSV(B)335.45º14.19%60.78%-
XYZ26.7925.729.14-
YUV140.6128.79138.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=36.05%
G=30.93%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513314200.140.080.39335.459.9156.47
Hex9B858E0E82714fa38
Octal23320521601610475171270
Binary1001101110000101100011100111010001001111010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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