Html Css Color HEX #977993 Mountbatten Pink

📋 copy color: '#977993'

red 151 ◦ green 121 ◦ blue 147

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

Shades of Mountbatten Pink #977993

Tints of Mountbatten Pink #977993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 36.04%
G = 28.88%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977993 (or 0x977993) is known color: Mountbatten Pink. HEX triplet: 97, 79 and 93. RGB value is (151,121,147). Sum of RGB (Red+Green+Blue) = 151+121+147=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #977993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977993 is #68866C. Grayscale: #848484. Windows color (decimal): -6850157 or 9664919. OLE color: 9664919.

HSL color Cylindrical-coordinate representation of color #977993: hue angle of 308º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977993 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 147 -
CMYK 0 0.20 0.03 0.41
HSL 308º 0.13% 0.53% -
HSV(B) 308º 0.2% 0.59% -
XYZ 24.87 22.36 30.61 -
YUV 132.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 151 121 147 0 0.20 0.03 0.41 308 0.13 0.53
Hex 97 79 93 0 14 3 29 134 D 35
Octal 227 171 223 0 24 3 51 464 15 65
Binary 10010111 1111001 10010011 0 10100 11 101001 100110100 1101 110101

Color Harmonies of #977993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977993

Black with #977993

Text Example


Text Example

White with #977993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977993; }

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

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

background-color css

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

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

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

border-color css

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

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

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