#957887

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

Shades of Mountbatten Pink #957887

Tints of Mountbatten Pink #957887

Color information

#957887 (or 0x957887) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 87. RGB value is (149,120,135). Sum of RGB (Red+Green+Blue) = 149+120+135=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957887 is #6A8778. Grayscale: #828282. Windows color (decimal): -6981497 or 8878229. OLE color: 8878229.

HSL color Cylindrical-coordinate representation of color #957887: hue angle of 328.97º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957887 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149120135-
CMYK00.190.090.42
HSL328.97º12.03%52.75%-
HSV(B)328.97º19.46%58.43%-
XYZ23.4821.5725.85-
YUV130.38130.61141.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=36.88%
G=29.70%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912013500.190.090.42328.9712.0352.75
Hex95788701392A149c35
Octal22517020702311525111465
Binary1001010111110001000011101001110011010101010010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957887; }

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

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

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

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

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

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

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

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