#937488

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

Shades of Mountbatten Pink #937488

Tints of Mountbatten Pink #937488

Color information

#937488 (or 0x937488) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 74 and 88. RGB value is (147,116,136). Sum of RGB (Red+Green+Blue) = 147+116+136=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937488 is #6C8B77. Grayscale: #7F7F7F. Windows color (decimal): -7113592 or 8942739. OLE color: 8942739.

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

Color convert

RGB147116136-
CMYK00.210.070.42
HSL321.29º12.55%51.57%-
HSV(B)321.29º21.09%57.65%-
XYZ22.7220.4726.05-
YUV127.55132.77141.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=36.84%
G=29.07%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711613600.210.070.42321.2912.5551.57
Hex93748801572A141d34
Octal2231642100257525011564
Binary100100111110100100010000101011111010101010000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937488; }

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

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

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

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

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

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

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

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