#94878D

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

Shades of Mountbatten Pink #94878D

Tints of Mountbatten Pink #94878D

Color information

#94878D (or 0x94878D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 87 and 8D. RGB value is (148,135,141). Sum of RGB (Red+Green+Blue) = 148+135+141=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94878D is #6B7872. Grayscale: #8B8B8B. Windows color (decimal): -7043187 or 9275284. OLE color: 9275284.

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

Color convert

RGB148135141-
CMYK00.090.050.42
HSL332.31º5.73%55.49%-
HSV(B)332.31º8.78%58.04%-
XYZ25.6825.5528.78-
YUV139.57128.81134.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=34.91%
G=31.84%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813514100.090.050.42332.315.7355.49
Hex94878D0952A14c637
Octal224207215011552514667
Binary10010100100001111000110101001101101010101001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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