#94828B

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

Shades of Mountbatten Pink #94828B

Tints of Mountbatten Pink #94828B

Color information

#94828B (or 0x94828B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 82 and 8B. RGB value is (148,130,139). Sum of RGB (Red+Green+Blue) = 148+130+139=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828B is #6B7D74. Grayscale: #888888. Windows color (decimal): -7044469 or 9142932. OLE color: 9142932.

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

Color convert

RGB148130139-
CMYK00.120.060.42
HSL330º7.76%54.51%-
HSV(B)330º12.16%58.04%-
XYZ24.8624.1327.77-
YUV136.41129.46136.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=35.49%
G=31.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013900.120.060.423307.7654.51
Hex94828B0C62A14a837
Octal2242022130146525121067
Binary100101001000001010001011011001101010101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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