Html Css Color HEX #977393 Mountbatten Pink

📋 copy color: '#977393'

red 151 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #977393

Tints of Mountbatten Pink #977393

RGB

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

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

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

R = 36.56%
G = 27.85%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977393 (or 0x977393) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 93. RGB value is (151,115,147). Sum of RGB (Red+Green+Blue) = 151+115+147=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #977393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977393 is #688C6C. Grayscale: #818181. Windows color (decimal): -6851693 or 9663383. OLE color: 9663383.

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

Color convert

RGB 151 115 147 -
CMYK 0 0.24 0.03 0.41
HSL 306.67º 0.15% 0.52% -
HSV(B) 306.67º 0.24% 0.59% -
XYZ 24.16 20.95 30.37 -
YUV 129.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 151 115 147 0 0.24 0.03 0.41 306.67 0.15 0.52
Hex 97 73 93 0 18 3 29 133 F 34
Octal 227 163 223 0 30 3 51 463 17 64
Binary 10010111 1110011 10010011 0 11000 11 101001 100110011 1111 110100

Color Harmonies of #977393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977393

Black with #977393

Text Example


Text Example

White with #977393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977393; }

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

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

background-color css

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

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

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

border-color css

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

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

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