#907887

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

Shades of Mountbatten Pink #907887

Tints of Mountbatten Pink #907887

Color information

#907887 (or 0x907887) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 78 and 87. RGB value is (144,120,135). Sum of RGB (Red+Green+Blue) = 144+120+135=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907887 is #6F8778. Grayscale: #808080. Windows color (decimal): -7309177 or 8878224. OLE color: 8878224.

HSL color Cylindrical-coordinate representation of color #907887: hue angle of 322.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 #907887 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144120135-
CMYK00.170.060.44
HSL322.5º9.76%51.76%-
HSV(B)322.5º16.67%56.47%-
XYZ22.5921.1125.81-
YUV128.89131.45138.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=36.09%
G=30.08%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412013500.170.060.44322.59.7651.76
Hex90788701162C142a34
Octal2201702070216545021264
Binary100100001111000100001110100011101011001010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907887; }

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

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

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

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

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

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

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

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