#917489

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

Shades of Mountbatten Pink #917489

Tints of Mountbatten Pink #917489

Color information

#917489 (or 0x917489) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 74 and 89. RGB value is (145,116,137). Sum of RGB (Red+Green+Blue) = 145+116+137=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917489 is #6E8B76. Grayscale: #7F7F7F. Windows color (decimal): -7244663 or 9008273. OLE color: 9008273.

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

Color convert

RGB145116137-
CMYK00.20.060.43
HSL316.55º11.65%51.18%-
HSV(B)316.55º20%56.86%-
XYZ22.4420.3226.41-
YUV127.06133.61140.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=36.43%
G=29.15%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511613700.20.060.43316.5511.6551.18
Hex91748901462B13dc33
Octal2211642110246534751463
Binary100100011110100100010010101001101010111001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917489; }

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

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

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

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

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

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

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

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