#9E788C

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

Shades of Mountbatten Pink #9E788C

Tints of Mountbatten Pink #9E788C

Color information

#9E788C (or 0x9E788C) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 78 and 8C. RGB value is (158,120,140). Sum of RGB (Red+Green+Blue) = 158+120+140=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E788C is #618773. Grayscale: #858585. Windows color (decimal): -6391668 or 9205918. OLE color: 9205918.

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

Color convert

RGB158120140-
CMYK00.240.110.38
HSL328.42º16.38%54.51%-
HSV(B)328.42º24.05%61.96%-
XYZ25.5522.627.83-
YUV133.64131.59145.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=37.80%
G=28.71%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812014000.240.110.38328.4216.3854.51
Hex9E788C018B261481037
Octal23617021403013465102067
Binary10011110111100010001100011000101110011010100100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,120,140); }

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

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

 a { background-color: rgb(158,120,140); }

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

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

 span { border-color: rgb(158,120,140); }

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