Html Css Color HEX #9B7794 Mountbatten Pink

📋 copy color: '#9B7794'

red 155 ◦ green 119 ◦ blue 148

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

Shades of Mountbatten Pink #9B7794

Tints of Mountbatten Pink #9B7794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 36.73%
G = 28.2%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B7794 (or 0x9B7794) is known color: Mountbatten Pink. HEX triplet: 9B, 77 and 94. RGB value is (155,119,148). Sum of RGB (Red+Green+Blue) = 155+119+148=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7794 is #64886B. Grayscale: #848484. Windows color (decimal): -6588524 or 9729947. OLE color: 9729947.

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

Color convert

RGB 155 119 148 -
CMYK 0 0.23 0.05 0.39
HSL 311.67º 0.15% 0.54% -
HSV(B) 311.67º 0.23% 0.61% -
XYZ 25.46 22.3 30.98 -
YUV 133.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 155 119 148 0 0.23 0.05 0.39 311.67 0.15 0.54
Hex 9B 77 94 0 17 5 27 138 F 36
Octal 233 167 224 0 27 5 47 470 17 66
Binary 10011011 1110111 10010100 0 10111 101 100111 100111000 1111 110110

Color Harmonies of #9B7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7794

Black with #9B7794

Text Example


Text Example

White with #9B7794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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