Html Css Color HEX #9B798B Mountbatten Pink

📋 copy color: '#9B798B'

red 155 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #9B798B

Tints of Mountbatten Pink #9B798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 37.35%
G = 29.16%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B798B (or 0x9B798B) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 8B. RGB value is (155,121,139). Sum of RGB (Red+Green+Blue) = 155+121+139=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798B is #648674. Grayscale: #858585. Windows color (decimal): -6588021 or 9140635. OLE color: 9140635.

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

Color convert

RGB 155 121 139 -
CMYK 0 0.22 0.10 0.39
HSL 328.24º 0.15% 0.54% -
HSV(B) 328.24º 0.22% 0.61% -
XYZ 25.02 22.51 27.45 -
YUV 133.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 155 121 139 0 0.22 0.10 0.39 328.24 0.15 0.54
Hex 9B 79 8B 0 16 A 27 148 F 36
Octal 233 171 213 0 26 12 47 510 17 66
Binary 10011011 1111001 10001011 0 10110 1010 100111 101001000 1111 110110

Color Harmonies of #9B798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B798B

Black with #9B798B

Text Example


Text Example

White with #9B798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,139); }

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

background-color css

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

 a { background-color: rgb(155,121,139); }

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

border-color css

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

 span { border-color: rgb(155,121,139); }

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