#978191

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

Shades of Mountbatten Pink #978191

Tints of Mountbatten Pink #978191

Color information

#978191 (or 0x978191) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 81 and 91. RGB value is (151,129,145). Sum of RGB (Red+Green+Blue) = 151+129+145=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #978191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978191 is #687E6E. Grayscale: #898989. Windows color (decimal): -6848111 or 9535895. OLE color: 9535895.

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

Color convert

RGB151129145-
CMYK00.150.040.41
HSL316.36º9.57%54.9%-
HSV(B)316.36º14.57%59.22%-
XYZ25.7224.3230.13-
YUV137.4132.29137.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=35.53%
G=30.35%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112914500.150.040.41316.369.5754.9
Hex9781910F42913ca37
Octal2272012210174514741267
Binary100101111000000110010001011111001010011001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978191; }

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

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

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

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

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

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

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

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