#94838B

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

Shades of Mountbatten Pink #94838B

Tints of Mountbatten Pink #94838B

Color information

#94838B (or 0x94838B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 83 and 8B. RGB value is (148,131,139). Sum of RGB (Red+Green+Blue) = 148+131+139=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838B is #6B7C74. Grayscale: #888888. Windows color (decimal): -7044213 or 9143188. OLE color: 9143188.

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

Color convert

RGB148131139-
CMYK00.110.060.42
HSL331.76º7.36%54.71%-
HSV(B)331.76º11.49%58.04%-
XYZ24.9924.3927.82-
YUV136.99129.13135.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=35.41%
G=31.34%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813113900.110.060.42331.767.3654.71
Hex94838B0B62A14c737
Octal224203213013652514767
Binary10010100100000111000101101011110101010101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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