#9B798E

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

Shades of Mountbatten Pink #9B798E

Tints of Mountbatten Pink #9B798E

Color information

#9B798E (or 0x9B798E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 79 and 8E. RGB value is (155,121,142). Sum of RGB (Red+Green+Blue) = 155+121+142=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798E is #648671. Grayscale: #858585. Windows color (decimal): -6588018 or 9337243. OLE color: 9337243.

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

Color convert

RGB155121142-
CMYK00.220.080.39
HSL322.94º14.53%54.12%-
HSV(B)322.94º21.94%60.78%-
XYZ25.2422.628.62-
YUV133.56132.76143.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=37.08%
G=28.95%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512114200.220.080.39322.9414.5354.12
Hex9B798E016827143f36
Octal23317121602610475031766
Binary1001101111110011000111001011010001001111010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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