#94858D

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

Shades of Mountbatten Pink #94858D

Tints of Mountbatten Pink #94858D

Color information

#94858D (or 0x94858D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 85 and 8D. RGB value is (148,133,141). Sum of RGB (Red+Green+Blue) = 148+133+141=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858D is #6B7A72. Grayscale: #8A8A8A. Windows color (decimal): -7043699 or 9274772. OLE color: 9274772.

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

Color convert

RGB148133141-
CMYK00.100.050.42
HSL328º6.55%55.1%-
HSV(B)328º10.14%58.04%-
XYZ25.4124.9928.68-
YUV138.4129.47134.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=35.07%
G=31.52%
B=33.41%

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
Decimal14813314100.100.050.423286.5555.1
Hex94858D0A52A148737
Octal224205215012552510767
Binary10010100100001011000110101010101101010101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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