#937387

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

Shades of Mountbatten Pink #937387

Tints of Mountbatten Pink #937387

Color information

#937387 (or 0x937387) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 73 and 87. RGB value is (147,115,135). Sum of RGB (Red+Green+Blue) = 147+115+135=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #937387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937387 is #6C8C78. Grayscale: #7E7E7E. Windows color (decimal): -7113849 or 8876947. OLE color: 8876947.

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

Color convert

RGB147115135-
CMYK00.220.080.42
HSL322.5º12.9%51.37%-
HSV(B)322.5º21.77%57.65%-
XYZ22.5420.2125.64-
YUV126.85132.6142.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=37.03%
G=28.97%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711513500.220.080.42322.512.951.37
Hex93738701682A142d33
Octal22316320702610525021563
Binary1001001111100111000011101011010001010101010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937387; }

 p { color: rgb(147,115,135); }

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

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

 a { background-color: rgb(147,115,135); }

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

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

 span { border-color: rgb(147,115,135); }

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