Html Css Color HEX #977491 Mountbatten Pink

📋 copy color: '#977491'

red 151 ◦ green 116 ◦ blue 145

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

Shades of Mountbatten Pink #977491

Tints of Mountbatten Pink #977491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 36.65%
G = 28.16%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#977491 (or 0x977491) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 91. RGB value is (151,116,145). Sum of RGB (Red+Green+Blue) = 151+116+145=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #977491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977491 is #688B6E. Grayscale: #818181. Windows color (decimal): -6851439 or 9532567. OLE color: 9532567.

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

Color convert

RGB 151 116 145 -
CMYK 0 0.23 0.04 0.41
HSL 310.29º 0.14% 0.52% -
HSV(B) 310.29º 0.23% 0.59% -
XYZ 24.12 21.11 29.59 -
YUV 129.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 151 116 145 0 0.23 0.04 0.41 310.29 0.14 0.52
Hex 97 74 91 0 17 4 29 136 E 34
Octal 227 164 221 0 27 4 51 466 16 64
Binary 10010111 1110100 10010001 0 10111 100 101001 100110110 1110 110100

Color Harmonies of #977491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977491

Black with #977491

Text Example


Text Example

White with #977491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977491; }

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

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

background-color css

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

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

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

border-color css

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

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

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