Html Css Color HEX #9D798D Mountbatten Pink

📋 copy color: '#9D798D'

red 157 ◦ green 121 ◦ blue 141

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

Shades of Mountbatten Pink #9D798D

Tints of Mountbatten Pink #9D798D

RGB

 RED value IS 157 (61.72% from 255) = 37.47%

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

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

R = 37.47%
G = 28.88%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D798D (or 0x9D798D) is known color: Mountbatten Pink. HEX triplet: 9D, 79 and 8D. RGB value is (157,121,141). Sum of RGB (Red+Green+Blue) = 157+121+141=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D798D is #628672. Grayscale: #868686. Windows color (decimal): -6456947 or 9271709. OLE color: 9271709.

HSL color Cylindrical-coordinate representation of color #9D798D: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D798D is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 121 141 -
CMYK 0 0.23 0.10 0.38
HSL 326.67º 0.16% 0.55% -
HSV(B) 326.67º 0.23% 0.62% -
XYZ 25.55 22.77 28.25 -
YUV 134.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 157 121 141 0 0.23 0.10 0.38 326.67 0.16 0.55
Hex 9D 79 8D 0 17 A 26 147 10 37
Octal 235 171 215 0 27 12 46 507 20 67
Binary 10011101 1111001 10001101 0 10111 1010 100110 101000111 10000 110111

Color Harmonies of #9D798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D798D

Black with #9D798D

Text Example


Text Example

White with #9D798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D798D; }

 p { color: rgb(157,121,141); }

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

background-color css

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

 a { background-color: rgb(157,121,141); }

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

border-color css

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

 span { border-color: rgb(157,121,141); }

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