#91788B

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

Shades of Mountbatten Pink #91788B

Tints of Mountbatten Pink #91788B

Color information

#91788B (or 0x91788B) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 78 and 8B. RGB value is (145,120,139). Sum of RGB (Red+Green+Blue) = 145+120+139=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #91788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91788B is #6E8774. Grayscale: #818181. Windows color (decimal): -7243637 or 9140369. OLE color: 9140369.

HSL color Cylindrical-coordinate representation of color #91788B: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91788B is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB145120139-
CMYK00.170.040.43
HSL314.4º10.2%51.96%-
HSV(B)314.4º17.24%56.86%-
XYZ23.0521.3227.33-
YUV129.64133.28138.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=35.89%
G=29.70%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512013900.170.040.43314.410.251.96
Hex91788B01142B13aa34
Octal2211702130214534721264
Binary100100011111000100010110100011001010111001110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91788B; }

 p { color: rgb(145,120,139); }

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

<style>
 a { background-color: #91788B; }

 a { background-color: rgb(145,120,139); }

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

<style>
 span { border-color: #91788B; }

 span { border-color: rgb(145,120,139); }

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