#9B8294

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

Shades of Mountbatten Pink #9B8294

Tints of Mountbatten Pink #9B8294

Color information

#9B8294 (or 0x9B8294) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 82 and 94. RGB value is (155,130,148). Sum of RGB (Red+Green+Blue) = 155+130+148=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8294 is #647D6B. Grayscale: #8B8B8B. Windows color (decimal): -6585708 or 9732763. OLE color: 9732763.

HSL color Cylindrical-coordinate representation of color #9B8294: hue angle of 316.8º 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 #9B8294 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155130148-
CMYK00.160.050.39
HSL316.8º11.11%55.88%-
HSV(B)316.8º16.13%60.78%-
XYZ26.8525.0731.44-
YUV139.53132.78139.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=35.80%
G=30.02%
B=34.18%

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
Decimal15513014800.160.050.39316.811.1155.88
Hex9B829401052713db38
Octal2332022240205474751370
Binary1001101110000010100101000100001011001111001111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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