#978391

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

Shades of Mountbatten Pink #978391

Tints of Mountbatten Pink #978391

Color information

#978391 (or 0x978391) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 83 and 91. RGB value is (151,131,145). Sum of RGB (Red+Green+Blue) = 151+131+145=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #978391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978391 is #687C6E. Grayscale: #8A8A8A. Windows color (decimal): -6847599 or 9536407. OLE color: 9536407.

HSL color Cylindrical-coordinate representation of color #978391: hue angle of 318º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978391 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB151131145-
CMYK00.130.040.41
HSL318º8.77%55.29%-
HSV(B)318º13.25%59.22%-
XYZ25.9924.8630.22-
YUV138.58131.63136.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=35.36%
G=30.68%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113114500.130.040.413188.7755.29
Hex9783910D42913e937
Octal2272032210154514761167
Binary100101111000001110010001011011001010011001111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978391; }

 p { color: rgb(151,131,145); }

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

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

 a { background-color: rgb(151,131,145); }

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

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

 span { border-color: rgb(151,131,145); }

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