Html Css Color HEX #9B798A Mountbatten Pink

📋 copy color: '#9B798A'

red 155 ◦ green 121 ◦ blue 138

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

Shades of Mountbatten Pink #9B798A

Tints of Mountbatten Pink #9B798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 37.44%
G = 29.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B798A (or 0x9B798A) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 8A. RGB value is (155,121,138). Sum of RGB (Red+Green+Blue) = 155+121+138=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798A is #648675. Grayscale: #858585. Windows color (decimal): -6588022 or 9075099. OLE color: 9075099.

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

Color convert

RGB 155 121 138 -
CMYK 0 0.22 0.11 0.39
HSL 330º 0.15% 0.54% -
HSV(B) 330º 0.22% 0.61% -
XYZ 24.94 22.48 27.07 -
YUV 133.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 155 121 138 0 0.22 0.11 0.39 330 0.15 0.54
Hex 9B 79 8A 0 16 B 27 14A F 36
Octal 233 171 212 0 26 13 47 512 17 66
Binary 10011011 1111001 10001010 0 10110 1011 100111 101001010 1111 110110

Color Harmonies of #9B798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B798A

Black with #9B798A

Text Example


Text Example

White with #9B798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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