#93858C

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

Shades of Mountbatten Pink #93858C

Tints of Mountbatten Pink #93858C

Color information

#93858C (or 0x93858C) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 85 and 8C. RGB value is (147,133,140). Sum of RGB (Red+Green+Blue) = 147+133+140=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858C is #6C7A73. Grayscale: #898989. Windows color (decimal): -7109236 or 9209235. OLE color: 9209235.

HSL color Cylindrical-coordinate representation of color #93858C: hue angle of 330º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93858C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147133140-
CMYK00.100.050.42
HSL330º6.09%54.9%-
HSV(B)330º9.52%57.65%-
XYZ25.1524.8728.29-
YUV137.98129.14134.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=35%
G=31.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713314000.100.050.423306.0954.9
Hex93858C0A52A14a637
Octal223205214012552512667
Binary10010011100001011000110001010101101010101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93858C; }

 p { color: rgb(147,133,140); }

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

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

 a { background-color: rgb(147,133,140); }

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

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

 span { border-color: rgb(147,133,140); }

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