Html Css Color HEX #977B94 Mountbatten Pink

📋 copy color: '#977B94'

red 151 ◦ green 123 ◦ blue 148

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

Shades of Mountbatten Pink #977B94

Tints of Mountbatten Pink #977B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 35.78%
G = 29.15%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#977B94 (or 0x977B94) is known color: Mountbatten Pink. HEX triplet: 97, 7B and 94. RGB value is (151,123,148). Sum of RGB (Red+Green+Blue) = 151+123+148=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #977B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B94 is #68846B. Grayscale: #868686. Windows color (decimal): -6849644 or 9730967. OLE color: 9730967.

HSL color Cylindrical-coordinate representation of color #977B94: hue angle of 306.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977B94 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 148 -
CMYK 0 0.19 0.02 0.41
HSL 306.43º 0.12% 0.54% -
HSV(B) 306.43º 0.19% 0.59% -
XYZ 25.19 22.88 31.11 -
YUV 134.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 151 123 148 0 0.19 0.02 0.41 306.43 0.12 0.54
Hex 97 7B 94 0 13 2 29 132 C 36
Octal 227 173 224 0 23 2 51 462 14 66
Binary 10010111 1111011 10010100 0 10011 10 101001 100110010 1100 110110

Color Harmonies of #977B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B94

Black with #977B94

Text Example


Text Example

White with #977B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977B94; }

 p { color: rgb(151,123,148); }

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

background-color css

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

 a { background-color: rgb(151,123,148); }

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

border-color css

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

 span { border-color: rgb(151,123,148); }

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