#937890

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

Shades of Mountbatten Pink #937890

Tints of Mountbatten Pink #937890

Color information

#937890 (or 0x937890) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 78 and 90. RGB value is (147,120,144). Sum of RGB (Red+Green+Blue) = 147+120+144=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #937890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937890 is #6C876F. Grayscale: #828282. Windows color (decimal): -7112560 or 9468051. OLE color: 9468051.

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

Color convert

RGB147120144-
CMYK00.180.020.42
HSL306.67º11.11%52.35%-
HSV(B)306.67º18.37%57.65%-
XYZ23.7821.6529.31-
YUV130.81135.45139.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=35.77%
G=29.20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712014400.180.020.42306.6711.1152.35
Hex93789001222A133b34
Octal2231702200222524631364
Binary10010011111100010010000010010101010101001100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937890; }

 p { color: rgb(147,120,144); }

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

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

 a { background-color: rgb(147,120,144); }

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

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

 span { border-color: rgb(147,120,144); }

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