Html Css Color HEX #977F93 Mountbatten Pink

📋 copy color: '#977F93'

red 151 ◦ green 127 ◦ blue 147

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

Shades of Mountbatten Pink #977F93

Tints of Mountbatten Pink #977F93

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 35.53%
G = 29.88%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977F93 (or 0x977F93) is known color: Mountbatten Pink. HEX triplet: 97, 7F and 93. RGB value is (151,127,147). Sum of RGB (Red+Green+Blue) = 151+127+147=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #977F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F93 is #68806C. Grayscale: #888888. Windows color (decimal): -6848621 or 9666455. OLE color: 9666455.

HSL color Cylindrical-coordinate representation of color #977F93: hue angle of 310º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F93 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 147 -
CMYK 0 0.16 0.03 0.41
HSL 310º 0.1% 0.55% -
HSV(B) 310º 0.16% 0.59% -
XYZ 25.62 23.86 30.86 -
YUV 136.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 151 127 147 0 0.16 0.03 0.41 310 0.1 0.55
Hex 97 7F 93 0 10 3 29 136 A 37
Octal 227 177 223 0 20 3 51 466 12 67
Binary 10010111 1111111 10010011 0 10000 11 101001 100110110 1010 110111

Color Harmonies of #977F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F93

Black with #977F93

Text Example


Text Example

White with #977F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,147); }

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

background-color css

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

 a { background-color: rgb(151,127,147); }

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

border-color css

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

 span { border-color: rgb(151,127,147); }

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