Html Css Color HEX #9A7688 Mountbatten Pink

📋 copy color: '#9A7688'

red 154 ◦ green 118 ◦ blue 136

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

Shades of Mountbatten Pink #9A7688

Tints of Mountbatten Pink #9A7688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 37.75%
G = 28.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A7688 (or 0x9A7688) is known color: Mountbatten Pink. HEX triplet: 9A, 76 and 88. RGB value is (154,118,136). Sum of RGB (Red+Green+Blue) = 154+118+136=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7688 is #658977. Grayscale: #828282. Windows color (decimal): -6654328 or 8943258. OLE color: 8943258.

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

Color convert

RGB 154 118 136 -
CMYK 0 0.23 0.12 0.40
HSL 330º 0.15% 0.53% -
HSV(B) 330º 0.23% 0.6% -
XYZ 24.25 21.6 26.18 -
YUV 130.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 154 118 136 0 0.23 0.12 0.40 330 0.15 0.53
Hex 9A 76 88 0 17 C 28 14A F 35
Octal 232 166 210 0 27 14 50 512 17 65
Binary 10011010 1110110 10001000 0 10111 1100 101000 101001010 1111 110101

Color Harmonies of #9A7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7688

Black with #9A7688

Text Example


Text Example

White with #9A7688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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