Html Css Color HEX #9E7796 Mountbatten Pink

📋 copy color: '#9E7796'

red 158 ◦ green 119 ◦ blue 150

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

Shades of Mountbatten Pink #9E7796

Tints of Mountbatten Pink #9E7796

RGB

 RED value IS 158 (62.11% from 255) = 37%

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

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 37%
G = 27.87%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9E7796 (or 0x9E7796) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 96. RGB value is (158,119,150). Sum of RGB (Red+Green+Blue) = 158+119+150=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7796 is #618869. Grayscale: #868686. Windows color (decimal): -6391914 or 9861022. OLE color: 9861022.

HSL color Cylindrical-coordinate representation of color #9E7796: hue angle of 312.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E7796 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 119 150 -
CMYK 0 0.25 0.05 0.38
HSL 312.31º 0.17% 0.54% -
HSV(B) 312.31º 0.25% 0.62% -
XYZ 26.2 22.66 31.85 -
YUV 134.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 158 119 150 0 0.25 0.05 0.38 312.31 0.17 0.54
Hex 9E 77 96 0 19 5 26 138 11 36
Octal 236 167 226 0 31 5 46 470 21 66
Binary 10011110 1110111 10010110 0 11001 101 100110 100111000 10001 110110

Color Harmonies of #9E7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7796

Black with #9E7796

Text Example


Text Example

White with #9E7796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,150); }

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

background-color css

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

 a { background-color: rgb(158,119,150); }

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

border-color css

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

 span { border-color: rgb(158,119,150); }

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