#94778F

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

Shades of Mountbatten Pink #94778F

Tints of Mountbatten Pink #94778F

Color information

#94778F (or 0x94778F) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 77 and 8F. RGB value is (148,119,143). Sum of RGB (Red+Green+Blue) = 148+119+143=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #94778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94778F is #6B8870. Grayscale: #828282. Windows color (decimal): -7047281 or 9402260. OLE color: 9402260.

HSL color Cylindrical-coordinate representation of color #94778F: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94778F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148119143-
CMYK00.200.030.42
HSL310.34º11.93%52.35%-
HSV(B)310.34º19.59%58.04%-
XYZ23.7721.4728.88-
YUV130.41135.11140.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=36.10%
G=29.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811914300.200.030.42310.3411.9352.35
Hex94778F01432A136c34
Octal2241672170243524661464
Binary10010100111011110001111010100111010101001101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94778F; }

 p { color: rgb(148,119,143); }

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

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

 a { background-color: rgb(148,119,143); }

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

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

 span { border-color: rgb(148,119,143); }

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