#917A87

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

Shades of Mountbatten Pink #917A87

Tints of Mountbatten Pink #917A87

Color information

#917A87 (or 0x917A87) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 7A and 87. RGB value is (145,122,135). Sum of RGB (Red+Green+Blue) = 145+122+135=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A87 is #6E8578. Grayscale: #828282. Windows color (decimal): -7243129 or 8878737. OLE color: 8878737.

HSL color Cylindrical-coordinate representation of color #917A87: hue angle of 326.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A87 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145122135-
CMYK00.160.070.43
HSL326.09º9.47%52.35%-
HSV(B)326.09º15.86%56.86%-
XYZ23.0121.6925.9-
YUV130.36130.62138.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=36.07%
G=30.35%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512213500.160.070.43326.099.4752.35
Hex917A8701072B146934
Octal2211722070207535061164
Binary100100011111010100001110100001111010111010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,135); }

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

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

 a { background-color: rgb(145,122,135); }

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

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

 span { border-color: rgb(145,122,135); }

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