#9E798D

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

Shades of Mountbatten Pink #9E798D

Tints of Mountbatten Pink #9E798D

Color information

#9E798D (or 0x9E798D) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 79 and 8D. RGB value is (158,121,141). Sum of RGB (Red+Green+Blue) = 158+121+141=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E798D is #618672. Grayscale: #868686. Windows color (decimal): -6391411 or 9271710. OLE color: 9271710.

HSL color Cylindrical-coordinate representation of color #9E798D: hue angle of 327.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E798D is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158121141-
CMYK00.230.110.38
HSL327.57º16.02%54.71%-
HSV(B)327.57º23.42%61.96%-
XYZ25.7522.8728.26-
YUV134.34131.76144.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=37.62%
G=28.81%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812114100.230.110.38327.5716.0254.71
Hex9E798D017B261481037
Octal23617121502713465102067
Binary10011110111100110001101010111101110011010100100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,121,141); }

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

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

 a { background-color: rgb(158,121,141); }

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

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

 span { border-color: rgb(158,121,141); }

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