#94818C

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

Shades of Mountbatten Pink #94818C

Tints of Mountbatten Pink #94818C

Color information

#94818C (or 0x94818C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 81 and 8C. RGB value is (148,129,140). Sum of RGB (Red+Green+Blue) = 148+129+140=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94818C is #6B7E73. Grayscale: #878787. Windows color (decimal): -7044724 or 9208212. OLE color: 9208212.

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

Color convert

RGB148129140-
CMYK00.130.050.42
HSL325.26º8.15%54.31%-
HSV(B)325.26º12.84%58.04%-
XYZ24.823.8928.12-
YUV135.94130.29136.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=35.49%
G=30.94%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812914000.130.050.42325.268.1554.31
Hex94818C0D52A145836
Octal2242012140155525051066
Binary100101001000000110001100011011011010101010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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