Html Css Color HEX #9B7795 Mountbatten Pink

📋 copy color: '#9B7795'

red 155 ◦ green 119 ◦ blue 149

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

Shades of Mountbatten Pink #9B7795

Tints of Mountbatten Pink #9B7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 36.64%
G = 28.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B7795 (or 0x9B7795) is known color: Mountbatten Pink. HEX triplet: 9B, 77 and 95. RGB value is (155,119,149). Sum of RGB (Red+Green+Blue) = 155+119+149=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7795 is #64886A. Grayscale: #858585. Windows color (decimal): -6588523 or 9795483. OLE color: 9795483.

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

Color convert

RGB 155 119 149 -
CMYK 0 0.23 0.04 0.39
HSL 310º 0.15% 0.54% -
HSV(B) 310º 0.23% 0.61% -
XYZ 25.54 22.33 31.4 -
YUV 133.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 155 119 149 0 0.23 0.04 0.39 310 0.15 0.54
Hex 9B 77 95 0 17 4 27 136 F 36
Octal 233 167 225 0 27 4 47 466 17 66
Binary 10011011 1110111 10010101 0 10111 100 100111 100110110 1111 110110

Color Harmonies of #9B7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7795

Black with #9B7795

Text Example


Text Example

White with #9B7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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