#947B8C

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

Shades of Mountbatten Pink #947B8C

Tints of Mountbatten Pink #947B8C

Color information

#947B8C (or 0x947B8C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7B and 8C. RGB value is (148,123,140). Sum of RGB (Red+Green+Blue) = 148+123+140=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #947B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B8C is #6B8473. Grayscale: #848484. Windows color (decimal): -7046260 or 9206676. OLE color: 9206676.

HSL color Cylindrical-coordinate representation of color #947B8C: hue angle of 319.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B8C is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148123140-
CMYK00.170.050.42
HSL319.2º10.46%53.14%-
HSV(B)319.2º16.89%58.04%-
XYZ24.0322.3627.86-
YUV132.41132.28139.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=36.01%
G=29.93%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812314000.170.050.42319.210.4653.14
Hex947B8C01152A13fa35
Octal2241732140215524771265
Binary100101001111011100011000100011011010101001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B8C; }

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

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

<style>
 a { background-color: #947B8C; }

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

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

<style>
 span { border-color: #947B8C; }

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

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