Html Css Color HEX #9D798E Mountbatten Pink

📋 copy color: '#9D798E'

red 157 ◦ green 121 ◦ blue 142

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

Shades of Mountbatten Pink #9D798E

Tints of Mountbatten Pink #9D798E

RGB

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

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

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

R = 37.38%
G = 28.81%
B = 33.81%

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

#9D798E (or 0x9D798E) is known color: Mountbatten Pink. HEX triplet: 9D, 79 and 8E. RGB value is (157,121,142). Sum of RGB (Red+Green+Blue) = 157+121+142=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D798E is #628671. Grayscale: #868686. Windows color (decimal): -6456946 or 9337245. OLE color: 9337245.

HSL color Cylindrical-coordinate representation of color #9D798E: hue angle of 325º 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 #9D798E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 121 142 -
CMYK 0 0.23 0.10 0.38
HSL 325º 0.16% 0.55% -
HSV(B) 325º 0.23% 0.62% -
XYZ 25.62 22.8 28.64 -
YUV 134.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 157 121 142 0 0.23 0.10 0.38 325 0.16 0.55
Hex 9D 79 8E 0 17 A 26 145 10 37
Octal 235 171 216 0 27 12 46 505 20 67
Binary 10011101 1111001 10001110 0 10111 1010 100110 101000101 10000 110111

Color Harmonies of #9D798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D798E

Black with #9D798E

Text Example


Text Example

White with #9D798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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