#947986

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

Shades of Mountbatten Pink #947986

Tints of Mountbatten Pink #947986

Color information

#947986 (or 0x947986) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 79 and 86. RGB value is (148,121,134). Sum of RGB (Red+Green+Blue) = 148+121+134=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #947986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947986 is #6B8679. Grayscale: #828282. Windows color (decimal): -7046778 or 8812948. OLE color: 8812948.

HSL color Cylindrical-coordinate representation of color #947986: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947986 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148121134-
CMYK00.180.090.42
HSL331.11º11.2%52.75%-
HSV(B)331.11º18.24%58.04%-
XYZ23.3521.6925.51-
YUV130.56129.95140.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=36.72%
G=30.02%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812113400.180.090.42331.1111.252.75
Hex94798601292A14bb35
Octal22417120602211525131365
Binary1001010011110011000011001001010011010101010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947986; }

 p { color: rgb(148,121,134); }

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

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

 a { background-color: rgb(148,121,134); }

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

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

 span { border-color: rgb(148,121,134); }

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