Html Css Color HEX #997C8E Mountbatten Pink

📋 copy color: '#997C8E'

red 153 ◦ green 124 ◦ blue 142

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

Shades of Mountbatten Pink #997C8E

Tints of Mountbatten Pink #997C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 36.52%
G = 29.59%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#997C8E (or 0x997C8E) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 8E. RGB value is (153,124,142). Sum of RGB (Red+Green+Blue) = 153+124+142=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C8E is #668371. Grayscale: #868686. Windows color (decimal): -6718322 or 9338009. OLE color: 9338009.

HSL color Cylindrical-coordinate representation of color #997C8E: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C8E is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 142 -
CMYK 0 0.19 0.07 0.4
HSL 322.76º 0.12% 0.54% -
HSV(B) 322.76º 0.19% 0.6% -
XYZ 25.23 23.14 28.73 -
YUV 134.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 153 124 142 0 0.19 0.07 0.4 322.76 0.12 0.54
Hex 99 7C 8E 0 13 7 28 143 C 36
Octal 231 174 216 0 23 7 50 503 14 66
Binary 10011001 1111100 10001110 0 10011 111 101000 101000011 1100 110110

Color Harmonies of #997C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C8E

Black with #997C8E

Text Example


Text Example

White with #997C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C8E; }

 p { color: rgb(153,124,142); }

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

background-color css

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

 a { background-color: rgb(153,124,142); }

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

border-color css

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

 span { border-color: rgb(153,124,142); }

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