#937688

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

Shades of Mountbatten Pink #937688

Tints of Mountbatten Pink #937688

Color information

#937688 (or 0x937688) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 76 and 88. RGB value is (147,118,136). Sum of RGB (Red+Green+Blue) = 147+118+136=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937688 is #6C8977. Grayscale: #808080. Windows color (decimal): -7113080 or 8943251. OLE color: 8943251.

HSL color Cylindrical-coordinate representation of color #937688: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937688 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB147118136-
CMYK00.200.070.42
HSL322.76º11.84%51.96%-
HSV(B)322.76º19.73%57.65%-
XYZ22.9520.9426.12-
YUV128.72132.11141.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=36.66%
G=29.43%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711813600.200.070.42322.7611.8451.96
Hex93768801472A143c34
Octal2231662100247525031464
Binary100100111110110100010000101001111010101010000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937688; }

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

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

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

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

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

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

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

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