Html Css Color HEX #9D838D Mountbatten Pink

📋 copy color: '#9D838D'

red 157 ◦ green 131 ◦ blue 141

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

Shades of Mountbatten Pink #9D838D

Tints of Mountbatten Pink #9D838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

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

R = 36.6%
G = 30.54%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D838D (or 0x9D838D) is known color: Mountbatten Pink. HEX triplet: 9D, 83 and 8D. RGB value is (157,131,141). Sum of RGB (Red+Green+Blue) = 157+131+141=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D838D is #627C72. Grayscale: #8B8B8B. Windows color (decimal): -6454387 or 9274269. OLE color: 9274269.

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

Color convert

RGB 157 131 141 -
CMYK 0 0.17 0.10 0.38
HSL 336.92º 0.12% 0.56% -
HSV(B) 336.92º 0.17% 0.62% -
XYZ 26.83 25.32 28.67 -
YUV 139.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 157 131 141 0 0.17 0.10 0.38 336.92 0.12 0.56
Hex 9D 83 8D 0 11 A 26 151 C 38
Octal 235 203 215 0 21 12 46 521 14 70
Binary 10011101 10000011 10001101 0 10001 1010 100110 101010001 1100 111000

Color Harmonies of #9D838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D838D

Black with #9D838D

Text Example


Text Example

White with #9D838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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