#918089

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

Shades of Mountbatten Pink #918089

Tints of Mountbatten Pink #918089

Color information

#918089 (or 0x918089) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 80 and 89. RGB value is (145,128,137). Sum of RGB (Red+Green+Blue) = 145+128+137=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918089 is #6E7F76. Grayscale: #868686. Windows color (decimal): -7241591 or 9011345. OLE color: 9011345.

HSL color Cylindrical-coordinate representation of color #918089: hue angle of 328.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918089 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145128137-
CMYK00.120.060.43
HSL328.24º7.17%53.53%-
HSV(B)328.24º11.72%56.86%-
XYZ23.9123.2626.9-
YUV134.11129.63135.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=35.37%
G=31.22%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512813700.120.060.43328.247.1753.53
Hex9180890C62B148736
Octal221200211014653510766
Binary10010001100000001000100101100110101011101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918089; }

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

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

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

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

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

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

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

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