Html Css Color HEX #977488 Mountbatten Pink

📋 copy color: '#977488'

red 151 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #977488

Tints of Mountbatten Pink #977488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 37.47%
G = 28.78%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#977488 (or 0x977488) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 88. RGB value is (151,116,136). Sum of RGB (Red+Green+Blue) = 151+116+136=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977488 is #688B77. Grayscale: #808080. Windows color (decimal): -6851448 or 8942743. OLE color: 8942743.

HSL color Cylindrical-coordinate representation of color #977488: hue angle of 325.71º 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 #977488 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 136 -
CMYK 0 0.23 0.10 0.41
HSL 325.71º 0.14% 0.52% -
HSV(B) 325.71º 0.23% 0.59% -
XYZ 23.45 20.85 26.08 -
YUV 128.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 151 116 136 0 0.23 0.10 0.41 325.71 0.14 0.52
Hex 97 74 88 0 17 A 29 146 E 34
Octal 227 164 210 0 27 12 51 506 16 64
Binary 10010111 1110100 10001000 0 10111 1010 101001 101000110 1110 110100

Color Harmonies of #977488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977488

Black with #977488

Text Example


Text Example

White with #977488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977488; }

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

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

background-color css

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

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

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

border-color css

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

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

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