Html Css Color HEX #977990 Mountbatten Pink

📋 copy color: '#977990'

red 151 ◦ green 121 ◦ blue 144

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

Shades of Mountbatten Pink #977990

Tints of Mountbatten Pink #977990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 36.3%
G = 29.09%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#977990 (or 0x977990) is known color: Mountbatten Pink. HEX triplet: 97, 79 and 90. RGB value is (151,121,144). Sum of RGB (Red+Green+Blue) = 151+121+144=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #977990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977990 is #68866F. Grayscale: #848484. Windows color (decimal): -6850160 or 9468311. OLE color: 9468311.

HSL color Cylindrical-coordinate representation of color #977990: hue angle of 314º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977990 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 144 -
CMYK 0 0.20 0.05 0.41
HSL 314º 0.13% 0.53% -
HSV(B) 314º 0.2% 0.59% -
XYZ 24.63 22.27 29.39 -
YUV 132.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 151 121 144 0 0.20 0.05 0.41 314 0.13 0.53
Hex 97 79 90 0 14 5 29 13A D 35
Octal 227 171 220 0 24 5 51 472 15 65
Binary 10010111 1111001 10010000 0 10100 101 101001 100111010 1101 110101

Color Harmonies of #977990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977990

Black with #977990

Text Example


Text Example

White with #977990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977990; }

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

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

background-color css

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

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

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

border-color css

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

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

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