#907289

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

Shades of Mountbatten Pink #907289

Tints of Mountbatten Pink #907289

Color information

#907289 (or 0x907289) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 72 and 89. RGB value is (144,114,137). Sum of RGB (Red+Green+Blue) = 144+114+137=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907289 is #6F8D76. Grayscale: #7D7D7D. Windows color (decimal): -7310711 or 9007760. OLE color: 9007760.

HSL color Cylindrical-coordinate representation of color #907289: hue angle of 314º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907289 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144114137-
CMYK00.210.050.44
HSL314º11.9%50.59%-
HSV(B)314º20.83%56.47%-
XYZ22.0319.7726.32-
YUV125.59134.44141.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=36.46%
G=28.86%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411413700.210.050.4431411.950.59
Hex90728901552C13ac33
Octal2201622110255544721463
Binary100100001110010100010010101011011011001001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907289; }

 p { color: rgb(144,114,137); }

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

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

 a { background-color: rgb(144,114,137); }

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

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

 span { border-color: rgb(144,114,137); }

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