#94818B

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

Shades of Mountbatten Pink #94818B

Tints of Mountbatten Pink #94818B

Color information

#94818B (or 0x94818B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 81 and 8B. RGB value is (148,129,139). Sum of RGB (Red+Green+Blue) = 148+129+139=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94818B is #6B7E74. Grayscale: #878787. Windows color (decimal): -7044725 or 9142676. OLE color: 9142676.

HSL color Cylindrical-coordinate representation of color #94818B: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94818B is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148129139-
CMYK00.130.060.42
HSL328.42º8.15%54.31%-
HSV(B)328.42º12.84%58.04%-
XYZ24.7223.8627.73-
YUV135.82129.79136.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=35.58%
G=31.01%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812913900.130.060.42328.428.1554.31
Hex94818B0D62A148836
Octal2242012130156525101066
Binary100101001000000110001011011011101010101010010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94818B; }

 p { color: rgb(148,129,139); }

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

<style>
 a { background-color: #94818B; }

 a { background-color: rgb(148,129,139); }

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

<style>
 span { border-color: #94818B; }

 span { border-color: rgb(148,129,139); }

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