#93788E

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

Shades of Mountbatten Pink #93788E

Tints of Mountbatten Pink #93788E

Color information

#93788E (or 0x93788E) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 78 and 8E. RGB value is (147,120,142). Sum of RGB (Red+Green+Blue) = 147+120+142=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #93788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93788E is #6C8771. Grayscale: #828282. Windows color (decimal): -7112562 or 9336979. OLE color: 9336979.

HSL color Cylindrical-coordinate representation of color #93788E: hue angle of 311.11º 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 #93788E is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147120142-
CMYK00.180.030.42
HSL311.11º11.11%52.35%-
HSV(B)311.11º18.37%57.65%-
XYZ23.6321.5928.51-
YUV130.58134.45139.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=35.94%
G=29.34%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712014200.180.030.42311.1111.1152.35
Hex93788E01232A137b34
Octal2231702160223524671364
Binary10010011111100010001110010010111010101001101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93788E; }

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

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

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

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

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

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

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

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