#94808C

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

Shades of Mountbatten Pink #94808C

Tints of Mountbatten Pink #94808C

Color information

#94808C (or 0x94808C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 80 and 8C. RGB value is (148,128,140). Sum of RGB (Red+Green+Blue) = 148+128+140=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808C is #6B7F73. Grayscale: #878787. Windows color (decimal): -7044980 or 9207956. OLE color: 9207956.

HSL color Cylindrical-coordinate representation of color #94808C: hue angle of 324º 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 #94808C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148128140-
CMYK00.140.050.42
HSL324º8.55%54.12%-
HSV(B)324º13.51%58.04%-
XYZ24.6723.6328.07-
YUV135.35130.63137.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=35.58%
G=30.77%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814000.140.050.423248.5554.12
Hex94808C0E52A144936
Octal2242002140165525041166
Binary100101001000000010001100011101011010101010001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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