Html Css Color HEX #9B8293 Mountbatten Pink

📋 copy color: '#9B8293'

red 155 ◦ green 130 ◦ blue 147

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

Shades of Mountbatten Pink #9B8293

Tints of Mountbatten Pink #9B8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 35.88%
G = 30.09%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8293 (or 0x9B8293) is known color: Mountbatten Pink. HEX triplet: 9B, 82 and 93. RGB value is (155,130,147). Sum of RGB (Red+Green+Blue) = 155+130+147=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8293 is #647D6C. Grayscale: #8B8B8B. Windows color (decimal): -6585709 or 9667227. OLE color: 9667227.

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

Color convert

RGB 155 130 147 -
CMYK 0 0.16 0.05 0.39
HSL 319.2º 0.11% 0.56% -
HSV(B) 319.2º 0.16% 0.61% -
XYZ 26.77 25.04 31.03 -
YUV 139.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 155 130 147 0 0.16 0.05 0.39 319.2 0.11 0.56
Hex 9B 82 93 0 10 5 27 13F B 38
Octal 233 202 223 0 20 5 47 477 13 70
Binary 10011011 10000010 10010011 0 10000 101 100111 100111111 1011 111000

Color Harmonies of #9B8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8293

Black with #9B8293

Text Example


Text Example

White with #9B8293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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