Html Css Color HEX #9B7797 Mountbatten Pink

📋 copy color: '#9B7797'

red 155 ◦ green 119 ◦ blue 151

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

Shades of Mountbatten Pink #9B7797

Tints of Mountbatten Pink #9B7797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 36.47%
G = 28%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B7797 (or 0x9B7797) is known color: Mountbatten Pink. HEX triplet: 9B, 77 and 97. RGB value is (155,119,151). Sum of RGB (Red+Green+Blue) = 155+119+151=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7797 is #648868. Grayscale: #858585. Windows color (decimal): -6588521 or 9926555. OLE color: 9926555.

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

Color convert

RGB 155 119 151 -
CMYK 0 0.23 0.03 0.39
HSL 306.67º 0.15% 0.54% -
HSV(B) 306.67º 0.23% 0.61% -
XYZ 25.7 22.4 32.25 -
YUV 133.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 155 119 151 0 0.23 0.03 0.39 306.67 0.15 0.54
Hex 9B 77 97 0 17 3 27 133 F 36
Octal 233 167 227 0 27 3 47 463 17 66
Binary 10011011 1110111 10010111 0 10111 11 100111 100110011 1111 110110

Color Harmonies of #9B7797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7797

Black with #9B7797

Text Example


Text Example

White with #9B7797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,151); }

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

background-color css

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

 a { background-color: rgb(155,119,151); }

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

border-color css

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

 span { border-color: rgb(155,119,151); }

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