#9B8293

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

Shades of Mountbatten Pink #9B8293

Tints of Mountbatten Pink #9B8293

Color information

#9B8293 (or 0x9B8293) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 82 and 93. RGB value is (155,130,147). Sum of RGB (Red+Green+Blue) = 155+130+147=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8293 is #647D6C. Grayscale: #8B8B8B. Windows color (decimal): -6585709 or 9667227. OLE color: 9667227.

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

Color convert

RGB155130147-
CMYK00.160.050.39
HSL319.2º11.11%55.88%-
HSV(B)319.2º16.13%60.78%-
XYZ26.7725.0431.03-
YUV139.41132.28139.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=35.88%
G=30.09%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513014700.160.050.39319.211.1155.88
Hex9B829301052713fb38
Octal2332022230205474771370
Binary1001101110000010100100110100001011001111001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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