Html Css Color HEX #9B798D Mountbatten Pink

📋 copy color: '#9B798D'

red 155 ◦ green 121 ◦ blue 141

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

Shades of Mountbatten Pink #9B798D

Tints of Mountbatten Pink #9B798D

RGB

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

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

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

R = 37.17%
G = 29.02%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B798D (or 0x9B798D) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 8D. RGB value is (155,121,141). Sum of RGB (Red+Green+Blue) = 155+121+141=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798D is #648672. Grayscale: #858585. Windows color (decimal): -6588019 or 9271707. OLE color: 9271707.

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

Color convert

RGB 155 121 141 -
CMYK 0 0.22 0.09 0.39
HSL 324.71º 0.15% 0.54% -
HSV(B) 324.71º 0.22% 0.61% -
XYZ 25.16 22.57 28.23 -
YUV 133.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 155 121 141 0 0.22 0.09 0.39 324.71 0.15 0.54
Hex 9B 79 8D 0 16 9 27 145 F 36
Octal 233 171 215 0 26 11 47 505 17 66
Binary 10011011 1111001 10001101 0 10110 1001 100111 101000101 1111 110110

Color Harmonies of #9B798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B798D

Black with #9B798D

Text Example


Text Example

White with #9B798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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