#937388

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

Shades of Mountbatten Pink #937388

Tints of Mountbatten Pink #937388

Color information

#937388 (or 0x937388) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 73 and 88. RGB value is (147,115,136). Sum of RGB (Red+Green+Blue) = 147+115+136=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937388 is #6C8C77. Grayscale: #7E7E7E. Windows color (decimal): -7113848 or 8942483. OLE color: 8942483.

HSL color Cylindrical-coordinate representation of color #937388: hue angle of 320.62º 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 #937388 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB147115136-
CMYK00.220.070.42
HSL320.62º12.9%51.37%-
HSV(B)320.62º21.77%57.65%-
XYZ22.6120.2426.01-
YUV126.96133.1142.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=36.93%
G=28.89%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711513600.220.070.42320.6212.951.37
Hex93738801672A141d33
Octal2231632100267525011563
Binary100100111110011100010000101101111010101010000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937388; }

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

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

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

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

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

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

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

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