#917E89

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

Shades of Mountbatten Pink #917E89

Tints of Mountbatten Pink #917E89

Color information

#917E89 (or 0x917E89) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 7E and 89. RGB value is (145,126,137). Sum of RGB (Red+Green+Blue) = 145+126+137=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #917E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E89 is #6E8176. Grayscale: #848484. Windows color (decimal): -7242103 or 9010833. OLE color: 9010833.

HSL color Cylindrical-coordinate representation of color #917E89: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E89 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145126137-
CMYK00.130.060.43
HSL325.26º7.95%53.14%-
HSV(B)325.26º13.1%56.86%-
XYZ23.6522.7526.81-
YUV132.93130.29136.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=35.54%
G=30.88%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512613700.130.060.43325.267.9553.14
Hex917E890D62B145835
Octal2211762110156535051065
Binary10010001111111010001001011011101010111010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E89; }

 p { color: rgb(145,126,137); }

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

<style>
 a { background-color: #917E89; }

 a { background-color: rgb(145,126,137); }

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

<style>
 span { border-color: #917E89; }

 span { border-color: rgb(145,126,137); }

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