#96798A

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

Shades of Mountbatten Pink #96798A

Tints of Mountbatten Pink #96798A

Color information

#96798A (or 0x96798A) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 79 and 8A. RGB value is (150,121,138). Sum of RGB (Red+Green+Blue) = 150+121+138=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798A is #698675. Grayscale: #838383. Windows color (decimal): -6915702 or 9075094. OLE color: 9075094.

HSL color Cylindrical-coordinate representation of color #96798A: hue angle of 324.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96798A is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150121138-
CMYK00.190.080.41
HSL324.83º12.13%53.14%-
HSV(B)324.83º19.33%58.82%-
XYZ2421.9927.02-
YUV131.61131.61141.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=36.67%
G=29.58%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012113800.190.080.41324.8312.1353.14
Hex96798A013829145c35
Octal22617121202310515051465
Binary1001011011110011000101001001110001010011010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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