#93828B

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

Shades of Mountbatten Pink #93828B

Tints of Mountbatten Pink #93828B

Color information

#93828B (or 0x93828B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 82 and 8B. RGB value is (147,130,139). Sum of RGB (Red+Green+Blue) = 147+130+139=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828B is #6C7D74. Grayscale: #888888. Windows color (decimal): -7110005 or 9142931. OLE color: 9142931.

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

Color convert

RGB147130139-
CMYK00.120.050.42
HSL328.24º7.3%54.31%-
HSV(B)328.24º11.56%57.65%-
XYZ24.6824.0327.76-
YUV136.11129.63135.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=35.34%
G=31.25%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013900.120.050.42328.247.354.31
Hex93828B0C52A148736
Octal223202213014552510766
Binary10010011100000101000101101100101101010101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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