#94898E

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

Shades of Mountbatten Pink #94898E

Tints of Mountbatten Pink #94898E

Color information

#94898E (or 0x94898E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 89 and 8E. RGB value is (148,137,142). Sum of RGB (Red+Green+Blue) = 148+137+142=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #94898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94898E is #6B7671. Grayscale: #8C8C8C. Windows color (decimal): -7042674 or 9341332. OLE color: 9341332.

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

Color convert

RGB148137142-
CMYK00.070.040.42
HSL332.73º4.89%55.88%-
HSV(B)332.73º7.43%58.04%-
XYZ26.0426.1429.26-
YUV140.86128.64133.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=34.66%
G=32.08%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813714200.070.040.42332.734.8955.88
Hex94898E0742A14d538
Octal22421121607452515570
Binary1001010010001001100011100111100101010101001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94898E; }

 p { color: rgb(148,137,142); }

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

<style>
 a { background-color: #94898E; }

 a { background-color: rgb(148,137,142); }

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

<style>
 span { border-color: #94898E; }

 span { border-color: rgb(148,137,142); }

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