#94828E

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

Shades of Mountbatten Pink #94828E

Tints of Mountbatten Pink #94828E

Color information

#94828E (or 0x94828E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 82 and 8E. RGB value is (148,130,142). Sum of RGB (Red+Green+Blue) = 148+130+142=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828E is #6B7D71. Grayscale: #888888. Windows color (decimal): -7044466 or 9339540. OLE color: 9339540.

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

Color convert

RGB148130142-
CMYK00.120.040.42
HSL320º7.76%54.51%-
HSV(B)320º12.16%58.04%-
XYZ25.0824.2128.94-
YUV136.75130.96136.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=35.24%
G=30.95%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813014200.120.040.423207.7654.51
Hex94828E0C42A140837
Octal2242022160144525001067
Binary100101001000001010001110011001001010101010000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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