#94808E

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

Shades of Mountbatten Pink #94808E

Tints of Mountbatten Pink #94808E

Color information

#94808E (or 0x94808E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 80 and 8E. RGB value is (148,128,142). Sum of RGB (Red+Green+Blue) = 148+128+142=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808E is #6B7F71. Grayscale: #878787. Windows color (decimal): -7044978 or 9339028. OLE color: 9339028.

HSL color Cylindrical-coordinate representation of color #94808E: hue angle of 318º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94808E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148128142-
CMYK00.140.040.42
HSL318º8.55%54.12%-
HSV(B)318º13.51%58.04%-
XYZ24.8123.6928.86-
YUV135.58131.63136.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=35.41%
G=30.62%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814200.140.040.423188.5554.12
Hex94808E0E42A13e936
Octal2242002160164524761166
Binary100101001000000010001110011101001010101001111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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