#907889

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

Shades of Mountbatten Pink #907889

Tints of Mountbatten Pink #907889

Color information

#907889 (or 0x907889) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 78 and 89. RGB value is (144,120,137). Sum of RGB (Red+Green+Blue) = 144+120+137=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #907889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907889 is #6F8776. Grayscale: #818181. Windows color (decimal): -7309175 or 9009296. OLE color: 9009296.

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

Color convert

RGB144120137-
CMYK00.170.050.44
HSL317.5º9.76%51.76%-
HSV(B)317.5º16.67%56.47%-
XYZ22.7321.1726.55-
YUV129.11132.45138.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=35.91%
G=29.93%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412013700.170.050.44317.59.7651.76
Hex90788901152C13ea34
Octal2201702110215544761264
Binary100100001111000100010010100011011011001001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907889; }

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

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

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

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

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

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

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

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