Html Css Color HEX #9D838F Mountbatten Pink

📋 copy color: '#9D838F'

red 157 ◦ green 131 ◦ blue 143

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

Shades of Mountbatten Pink #9D838F

Tints of Mountbatten Pink #9D838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 36.43%
G = 30.39%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D838F (or 0x9D838F) is known color: Mountbatten Pink. HEX triplet: 9D, 83 and 8F. RGB value is (157,131,143). Sum of RGB (Red+Green+Blue) = 157+131+143=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D838F is #627C70. Grayscale: #8C8C8C. Windows color (decimal): -6454385 or 9405341. OLE color: 9405341.

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

Color convert

RGB 157 131 143 -
CMYK 0 0.17 0.09 0.38
HSL 332.31º 0.12% 0.56% -
HSV(B) 332.31º 0.17% 0.62% -
XYZ 26.98 25.38 29.46 -
YUV 140.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 157 131 143 0 0.17 0.09 0.38 332.31 0.12 0.56
Hex 9D 83 8F 0 11 9 26 14C C 38
Octal 235 203 217 0 21 11 46 514 14 70
Binary 10011101 10000011 10001111 0 10001 1001 100110 101001100 1100 111000

Color Harmonies of #9D838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D838F

Black with #9D838F

Text Example


Text Example

White with #9D838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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