#917C88

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

Shades of Mountbatten Pink #917C88

Tints of Mountbatten Pink #917C88

Color information

#917C88 (or 0x917C88) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 7C and 88. RGB value is (145,124,136). Sum of RGB (Red+Green+Blue) = 145+124+136=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #917C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C88 is #6E8377. Grayscale: #838383. Windows color (decimal): -7242616 or 8944785. OLE color: 8944785.

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

Color convert

RGB145124136-
CMYK00.140.060.43
HSL325.71º8.71%52.75%-
HSV(B)325.71º14.48%56.86%-
XYZ23.3322.2126.35-
YUV131.65130.46137.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=35.80%
G=30.62%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512413600.140.060.43325.718.7152.75
Hex917C880E62B146935
Octal2211742100166535061165
Binary10010001111110010001000011101101010111010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,136); }

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

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

 a { background-color: rgb(145,124,136); }

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

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

 span { border-color: rgb(145,124,136); }

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