#96788E

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

Shades of Mountbatten Pink #96788E

Tints of Mountbatten Pink #96788E

Color information

#96788E (or 0x96788E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 78 and 8E. RGB value is (150,120,142). Sum of RGB (Red+Green+Blue) = 150+120+142=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788E is #698771. Grayscale: #838383. Windows color (decimal): -6915954 or 9336982. OLE color: 9336982.

HSL color Cylindrical-coordinate representation of color #96788E: hue angle of 316º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96788E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150120142-
CMYK00.200.050.41
HSL316º12.5%52.94%-
HSV(B)316º20%58.82%-
XYZ24.1821.8728.54-
YUV131.48133.94141.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=36.41%
G=29.13%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012014200.200.050.4131612.552.94
Hex96788E01452913cd35
Octal2261702160245514741565
Binary100101101111000100011100101001011010011001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96788E; }

 p { color: rgb(150,120,142); }

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

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

 a { background-color: rgb(150,120,142); }

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

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

 span { border-color: rgb(150,120,142); }

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