Html Css Color HEX #978290 Mountbatten Pink

📋 copy color: '#978290'

red 151 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #978290

Tints of Mountbatten Pink #978290

RGB

 RED value IS 151 (59.38% from 255) = 35.53%

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 35.53%
G = 30.59%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#978290 (or 0x978290) is known color: Mountbatten Pink. HEX triplet: 97, 82 and 90. RGB value is (151,130,144). Sum of RGB (Red+Green+Blue) = 151+130+144=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #978290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978290 is #687D6F. Grayscale: #898989. Windows color (decimal): -6847856 or 9470615. OLE color: 9470615.

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

Color convert

RGB 151 130 144 -
CMYK 0 0.14 0.05 0.41
HSL 320º 0.09% 0.55% -
HSV(B) 320º 0.14% 0.59% -
XYZ 25.78 24.56 29.77 -
YUV 137.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 151 130 144 0 0.14 0.05 0.41 320 0.09 0.55
Hex 97 82 90 0 E 5 29 140 9 37
Octal 227 202 220 0 16 5 51 500 11 67
Binary 10010111 10000010 10010000 0 1110 101 101001 101000000 1001 110111

Color Harmonies of #978290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978290

Black with #978290

Text Example


Text Example

White with #978290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978290; }

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

 H1.HeaderClassName
 {
   color: #978290;
 }
 .AnyTagClassName
 {
   color: #978290;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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