Html Css Color HEX #9B798C Mountbatten Pink

📋 copy color: '#9B798C'

red 155 ◦ green 121 ◦ blue 140

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

Shades of Mountbatten Pink #9B798C

Tints of Mountbatten Pink #9B798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 37.26%
G = 29.09%
B = 33.65%

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

#9B798C (or 0x9B798C) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 8C. RGB value is (155,121,140). Sum of RGB (Red+Green+Blue) = 155+121+140=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798C is #648673. Grayscale: #858585. Windows color (decimal): -6588020 or 9206171. OLE color: 9206171.

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

Color convert

RGB 155 121 140 -
CMYK 0 0.22 0.10 0.39
HSL 326.47º 0.15% 0.54% -
HSV(B) 326.47º 0.22% 0.61% -
XYZ 25.09 22.54 27.84 -
YUV 133.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 155 121 140 0 0.22 0.10 0.39 326.47 0.15 0.54
Hex 9B 79 8C 0 16 A 27 146 F 36
Octal 233 171 214 0 26 12 47 506 17 66
Binary 10011011 1111001 10001100 0 10110 1010 100111 101000110 1111 110110

Color Harmonies of #9B798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B798C

Black with #9B798C

Text Example


Text Example

White with #9B798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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