#907B87

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

Shades of Mountbatten Pink #907B87

Tints of Mountbatten Pink #907B87

Color information

#907B87 (or 0x907B87) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 7B and 87. RGB value is (144,123,135). Sum of RGB (Red+Green+Blue) = 144+123+135=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #907B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B87 is #6F8478. Grayscale: #828282. Windows color (decimal): -7308409 or 8878992. OLE color: 8878992.

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

Color convert

RGB144123135-
CMYK00.150.060.44
HSL325.71º8.64%52.35%-
HSV(B)325.71º14.58%56.47%-
XYZ22.9621.8425.93-
YUV130.65130.46137.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=35.82%
G=30.60%
B=33.58%

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
Decimal14412313500.150.060.44325.718.6452.35
Hex907B870F62C146934
Octal2201732070176545061164
Binary10010000111101110000111011111101011001010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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