#907A87

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

Shades of Mountbatten Pink #907A87

Tints of Mountbatten Pink #907A87

Color information

#907A87 (or 0x907A87) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 7A and 87. RGB value is (144,122,135). Sum of RGB (Red+Green+Blue) = 144+122+135=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #907A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A87 is #6F8578. Grayscale: #828282. Windows color (decimal): -7308665 or 8878736. OLE color: 8878736.

HSL color Cylindrical-coordinate representation of color #907A87: hue angle of 324.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907A87 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144122135-
CMYK00.150.060.44
HSL324.55º9.02%52.16%-
HSV(B)324.55º15.28%56.47%-
XYZ22.8321.625.89-
YUV130.06130.79137.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=35.91%
G=30.42%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412213500.150.060.44324.559.0252.16
Hex907A870F62C145934
Octal2201722070176545051164
Binary10010000111101010000111011111101011001010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A87; }

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

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

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

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

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

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

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

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