Html Css Color HEX #977391 Mountbatten Pink

📋 copy color: '#977391'

red 151 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #977391

Tints of Mountbatten Pink #977391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

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

R = 36.74%
G = 27.98%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#977391 (or 0x977391) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 91. RGB value is (151,115,145). Sum of RGB (Red+Green+Blue) = 151+115+145=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #977391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977391 is #688C6E. Grayscale: #818181. Windows color (decimal): -6851695 or 9532311. OLE color: 9532311.

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

Color convert

RGB 151 115 145 -
CMYK 0 0.24 0.04 0.41
HSL 310º 0.15% 0.52% -
HSV(B) 310º 0.24% 0.59% -
XYZ 24 20.89 29.55 -
YUV 129.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 151 115 145 0 0.24 0.04 0.41 310 0.15 0.52
Hex 97 73 91 0 18 4 29 136 F 34
Octal 227 163 221 0 30 4 51 466 17 64
Binary 10010111 1110011 10010001 0 11000 100 101001 100110110 1111 110100

Color Harmonies of #977391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977391

Black with #977391

Text Example


Text Example

White with #977391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977391; }

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

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

background-color css

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

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

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

border-color css

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

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

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