#94838C

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

Shades of Mountbatten Pink #94838C

Tints of Mountbatten Pink #94838C

Color information

#94838C (or 0x94838C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 83 and 8C. RGB value is (148,131,140). Sum of RGB (Red+Green+Blue) = 148+131+140=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838C is #6B7C73. Grayscale: #898989. Windows color (decimal): -7044212 or 9208724. OLE color: 9208724.

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

Color convert

RGB148131140-
CMYK00.110.050.42
HSL328.24º7.36%54.71%-
HSV(B)328.24º11.49%58.04%-
XYZ25.0624.4228.2-
YUV137.11129.63135.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=35.32%
G=31.26%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813114000.110.050.42328.247.3654.71
Hex94838C0B52A148737
Octal224203214013552510767
Binary10010100100000111000110001011101101010101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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