#957687

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

Shades of Mountbatten Pink #957687

Tints of Mountbatten Pink #957687

Color information

#957687 (or 0x957687) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 76 and 87. RGB value is (149,118,135). Sum of RGB (Red+Green+Blue) = 149+118+135=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957687 is #6A8978. Grayscale: #818181. Windows color (decimal): -6982009 or 8877717. OLE color: 8877717.

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

Color convert

RGB149118135-
CMYK00.210.090.42
HSL327.1º12.76%52.35%-
HSV(B)327.1º20.81%58.43%-
XYZ23.2521.125.77-
YUV129.21131.27142.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=37.06%
G=29.35%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911813500.210.090.42327.112.7652.35
Hex95768701592A147d34
Octal22516620702511525071564
Binary1001010111101101000011101010110011010101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957687; }

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

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

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

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

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

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

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

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