#978690

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

Shades of Mountbatten Pink #978690

Tints of Mountbatten Pink #978690

Color information

#978690 (or 0x978690) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 86 and 90. RGB value is (151,134,144). Sum of RGB (Red+Green+Blue) = 151+134+144=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978690 is #68796F. Grayscale: #8C8C8C. Windows color (decimal): -6846832 or 9471639. OLE color: 9471639.

HSL color Cylindrical-coordinate representation of color #978690: hue angle of 324.71º 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 #978690 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB151134144-
CMYK00.110.050.41
HSL324.71º7.56%55.88%-
HSV(B)324.71º11.26%59.22%-
XYZ26.3225.6429.95-
YUV140.22130.13135.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=35.20%
G=31.24%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113414400.110.050.41324.717.5655.88
Hex9786900B529145838
Octal2272062200135515051070
Binary100101111000011010010000010111011010011010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978690; }

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

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

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

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

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

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

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

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