#94858C

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

Shades of Mountbatten Pink #94858C

Tints of Mountbatten Pink #94858C

Color information

#94858C (or 0x94858C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 85 and 8C. RGB value is (148,133,140). Sum of RGB (Red+Green+Blue) = 148+133+140=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858C is #6B7A73. Grayscale: #8A8A8A. Windows color (decimal): -7043700 or 9209236. OLE color: 9209236.

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

Color convert

RGB148133140-
CMYK00.100.050.42
HSL332º6.55%55.1%-
HSV(B)332º10.14%58.04%-
XYZ25.3324.9628.29-
YUV138.28128.97134.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=35.15%
G=31.59%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813314000.100.050.423326.5555.1
Hex94858C0A52A14c737
Octal224205214012552514767
Binary10010100100001011000110001010101101010101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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