#93808B

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

Shades of Mountbatten Pink #93808B

Tints of Mountbatten Pink #93808B

Color information

#93808B (or 0x93808B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 80 and 8B. RGB value is (147,128,139). Sum of RGB (Red+Green+Blue) = 147+128+139=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #93808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808B is #6C7F74. Grayscale: #868686. Windows color (decimal): -7110517 or 9142419. OLE color: 9142419.

HSL color Cylindrical-coordinate representation of color #93808B: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93808B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147128139-
CMYK00.130.050.42
HSL325.26º8.09%53.92%-
HSV(B)325.26º12.93%57.65%-
XYZ24.4123.5127.68-
YUV134.94130.29136.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=35.51%
G=30.92%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712813900.130.050.42325.268.0953.92
Hex93808B0D52A145836
Octal2232002130155525051066
Binary100100111000000010001011011011011010101010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93808B; }

 p { color: rgb(147,128,139); }

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

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

 a { background-color: rgb(147,128,139); }

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

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

 span { border-color: rgb(147,128,139); }

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