Html Css Color HEX #9B8294 Mountbatten Pink

📋 copy color: '#9B8294'

red 155 ◦ green 130 ◦ blue 148

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

Shades of Mountbatten Pink #9B8294

Tints of Mountbatten Pink #9B8294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 35.8%
G = 30.02%
B = 34.18%

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

#9B8294 (or 0x9B8294) is known color: Mountbatten Pink. HEX triplet: 9B, 82 and 94. RGB value is (155,130,148). Sum of RGB (Red+Green+Blue) = 155+130+148=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8294 is #647D6B. Grayscale: #8B8B8B. Windows color (decimal): -6585708 or 9732763. OLE color: 9732763.

HSL color Cylindrical-coordinate representation of color #9B8294: hue angle of 316.8º 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 #9B8294 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 148 -
CMYK 0 0.16 0.05 0.39
HSL 316.8º 0.11% 0.56% -
HSV(B) 316.8º 0.16% 0.61% -
XYZ 26.85 25.07 31.44 -
YUV 139.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 155 130 148 0 0.16 0.05 0.39 316.8 0.11 0.56
Hex 9B 82 94 0 10 5 27 13D B 38
Octal 233 202 224 0 20 5 47 475 13 70
Binary 10011011 10000010 10010100 0 10000 101 100111 100111101 1011 111000

Color Harmonies of #9B8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8294

Black with #9B8294

Text Example


Text Example

White with #9B8294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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