Html Css Color HEX #997791 Mountbatten Pink

📋 copy color: '#997791'

red 153 ◦ green 119 ◦ blue 145

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

Shades of Mountbatten Pink #997791

Tints of Mountbatten Pink #997791

RGB

 RED value IS 153 (60.16% from 255) = 36.69%

 GREEN value IS 119 (46.88% from 255) = 28.54%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 36.69%
G = 28.54%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997791 (or 0x997791) is known color: Mountbatten Pink. HEX triplet: 99, 77 and 91. RGB value is (153,119,145). Sum of RGB (Red+Green+Blue) = 153+119+145=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997791 is #66886E. Grayscale: #848484. Windows color (decimal): -6719599 or 9533337. OLE color: 9533337.

HSL color Cylindrical-coordinate representation of color #997791: hue angle of 314.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997791 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 145 -
CMYK 0 0.22 0.05 0.4
HSL 314.12º 0.14% 0.53% -
HSV(B) 314.12º 0.22% 0.6% -
XYZ 24.84 22.01 29.73 -
YUV 132.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 153 119 145 0 0.22 0.05 0.4 314.12 0.14 0.53
Hex 99 77 91 0 16 5 28 13A E 35
Octal 231 167 221 0 26 5 50 472 16 65
Binary 10011001 1110111 10010001 0 10110 101 101000 100111010 1110 110101

Color Harmonies of #997791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997791

Black with #997791

Text Example


Text Example

White with #997791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997791; }

 p { color: rgb(153,119,145); }

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

background-color css

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

 a { background-color: rgb(153,119,145); }

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

border-color css

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

 span { border-color: rgb(153,119,145); }

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