Html Css Color HEX #978191 Mountbatten Pink

📋 copy color: '#978191'

red 151 ◦ green 129 ◦ blue 145

#978191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #978191

Tints of Mountbatten Pink #978191

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 value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#978191 (or 0x978191) is known color: 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

RGB 151 129 145 -
CMYK 0 0.15 0.04 0.41
HSL 316.36º 0.1% 0.55% -
HSV(B) 316.36º 0.15% 0.59% -
XYZ 25.72 24.32 30.13 -
YUV 137.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 151 129 145 0 0.15 0.04 0.41 316.36 0.1 0.55
Hex 97 81 91 0 F 4 29 13C A 37
Octal 227 201 221 0 17 4 51 474 12 67
Binary 10010111 10000001 10010001 0 1111 100 101001 100111100 1010 110111

Color Harmonies of #978191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978191

Black with #978191

Text Example


Text Example

White with #978191

Text Example


Text Example

HTML Codes & Css Web 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>