#978691

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

Shades of Mountbatten Pink #978691

Tints of Mountbatten Pink #978691

Color information

#978691 (or 0x978691) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 86 and 91. RGB value is (151,134,145). Sum of RGB (Red+Green+Blue) = 151+134+145=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978691 is #68796E. Grayscale: #8C8C8C. Windows color (decimal): -6846831 or 9537175. OLE color: 9537175.

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

Color convert

RGB151134145-
CMYK00.110.040.41
HSL321.18º7.56%55.88%-
HSV(B)321.18º11.26%59.22%-
XYZ26.425.6730.35-
YUV140.34130.63135.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=35.12%
G=31.16%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113414500.110.040.41321.187.5655.88
Hex9786910B429141838
Octal2272062210134515011070
Binary100101111000011010010001010111001010011010000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978691; }

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

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

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

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

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

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

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

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