Html Css Color HEX #9B838D Mountbatten Pink

📋 copy color: '#9B838D'

red 155 ◦ green 131 ◦ blue 141

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

Shades of Mountbatten Pink #9B838D

Tints of Mountbatten Pink #9B838D

RGB

 RED value IS 155 (60.94% from 255) = 36.3%

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

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

R = 36.3%
G = 30.68%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B838D (or 0x9B838D) is known color: Mountbatten Pink. HEX triplet: 9B, 83 and 8D. RGB value is (155,131,141). Sum of RGB (Red+Green+Blue) = 155+131+141=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B838D is #647C72. Grayscale: #8B8B8B. Windows color (decimal): -6585459 or 9274267. OLE color: 9274267.

HSL color Cylindrical-coordinate representation of color #9B838D: hue angle of 335º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B838D is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 141 -
CMYK 0 0.15 0.09 0.39
HSL 335º 0.11% 0.56% -
HSV(B) 335º 0.15% 0.61% -
XYZ 26.44 25.12 28.66 -
YUV 139.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 155 131 141 0 0.15 0.09 0.39 335 0.11 0.56
Hex 9B 83 8D 0 F 9 27 14F B 38
Octal 233 203 215 0 17 11 47 517 13 70
Binary 10011011 10000011 10001101 0 1111 1001 100111 101001111 1011 111000

Color Harmonies of #9B838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B838D

Black with #9B838D

Text Example


Text Example

White with #9B838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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