Html Css Color HEX #9B8693 Mountbatten Pink

📋 copy color: '#9B8693'

red 155 ◦ green 134 ◦ blue 147

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

Shades of Mountbatten Pink #9B8693

Tints of Mountbatten Pink #9B8693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 35.55%
G = 30.73%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8693 (or 0x9B8693) is known color: Mountbatten Pink. HEX triplet: 9B, 86 and 93. RGB value is (155,134,147). Sum of RGB (Red+Green+Blue) = 155+134+147=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8693 is #64796C. Grayscale: #8D8D8D. Windows color (decimal): -6584685 or 9668251. OLE color: 9668251.

HSL color Cylindrical-coordinate representation of color #9B8693: hue angle of 322.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8693 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 147 -
CMYK 0 0.14 0.05 0.39
HSL 322.86º 0.1% 0.57% -
HSV(B) 322.86º 0.14% 0.61% -
XYZ 27.31 26.13 31.21 -
YUV 141.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 155 134 147 0 0.14 0.05 0.39 322.86 0.1 0.57
Hex 9B 86 93 0 E 5 27 143 A 39
Octal 233 206 223 0 16 5 47 503 12 71
Binary 10011011 10000110 10010011 0 1110 101 100111 101000011 1010 111001

Color Harmonies of #9B8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8693

Black with #9B8693

Text Example


Text Example

White with #9B8693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,147); }

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

background-color css

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

 a { background-color: rgb(155,134,147); }

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

border-color css

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

 span { border-color: rgb(155,134,147); }

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