#94798A

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

Shades of Mountbatten Pink #94798A

Tints of Mountbatten Pink #94798A

Color information

#94798A (or 0x94798A) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 79 and 8A. RGB value is (148,121,138). Sum of RGB (Red+Green+Blue) = 148+121+138=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #94798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94798A is #6B8675. Grayscale: #828282. Windows color (decimal): -7046774 or 9075092. OLE color: 9075092.

HSL color Cylindrical-coordinate representation of color #94798A: hue angle of 322.22º 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 #94798A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148121138-
CMYK00.180.070.42
HSL322.22º11.2%52.75%-
HSV(B)322.22º18.24%58.04%-
XYZ23.6421.8127.01-
YUV131.01131.95140.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=36.36%
G=29.73%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812113800.180.070.42322.2211.252.75
Hex94798A01272A142b35
Octal2241712120227525021365
Binary100101001111001100010100100101111010101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94798A; }

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

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

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

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

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

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

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

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