Html Css Color HEX #997D8D Mountbatten Pink

📋 copy color: '#997D8D'

red 153 ◦ green 125 ◦ blue 141

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

Shades of Mountbatten Pink #997D8D

Tints of Mountbatten Pink #997D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.83%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 36.52%
G = 29.83%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#997D8D (or 0x997D8D) is known color: Mountbatten Pink. HEX triplet: 99, 7D and 8D. RGB value is (153,125,141). Sum of RGB (Red+Green+Blue) = 153+125+141=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997D8D is #668272. Grayscale: #878787. Windows color (decimal): -6718067 or 9272729. OLE color: 9272729.

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

Color convert

RGB 153 125 141 -
CMYK 0 0.18 0.08 0.4
HSL 325.71º 0.12% 0.55% -
HSV(B) 325.71º 0.18% 0.6% -
XYZ 25.28 23.36 28.38 -
YUV 135.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 153 125 141 0 0.18 0.08 0.4 325.71 0.12 0.55
Hex 99 7D 8D 0 12 8 28 146 C 37
Octal 231 175 215 0 22 10 50 506 14 67
Binary 10011001 1111101 10001101 0 10010 1000 101000 101000110 1100 110111

Color Harmonies of #997D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D8D

Black with #997D8D

Text Example


Text Example

White with #997D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,141); }

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

background-color css

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

 a { background-color: rgb(153,125,141); }

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

border-color css

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

 span { border-color: rgb(153,125,141); }

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