Html Css Color HEX #9A7686 Mountbatten Pink

📋 copy color: '#9A7686'

red 154 ◦ green 118 ◦ blue 134

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

Shades of Mountbatten Pink #9A7686

Tints of Mountbatten Pink #9A7686

RGB

 RED value IS 154 (60.55% from 255) = 37.93%

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 37.93%
G = 29.06%
B = 33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A7686 (or 0x9A7686) is known color: Mountbatten Pink. HEX triplet: 9A, 76 and 86. RGB value is (154,118,134). Sum of RGB (Red+Green+Blue) = 154+118+134=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7686 is #658979. Grayscale: #828282. Windows color (decimal): -6654330 or 8812186. OLE color: 8812186.

HSL color Cylindrical-coordinate representation of color #9A7686: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7686 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 118 134 -
CMYK 0 0.23 0.13 0.40
HSL 333.33º 0.15% 0.53% -
HSV(B) 333.33º 0.23% 0.6% -
XYZ 24.11 21.55 25.44 -
YUV 130.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 154 118 134 0 0.23 0.13 0.40 333.33 0.15 0.53
Hex 9A 76 86 0 17 D 28 14D F 35
Octal 232 166 206 0 27 15 50 515 17 65
Binary 10011010 1110110 10000110 0 10111 1101 101000 101001101 1111 110101

Color Harmonies of #9A7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7686

Black with #9A7686

Text Example


Text Example

White with #9A7686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,134); }

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

background-color css

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

 a { background-color: rgb(154,118,134); }

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

border-color css

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

 span { border-color: rgb(154,118,134); }

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