Html Css Color HEX #9B8290 Mountbatten Pink

📋 copy color: '#9B8290'

red 155 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #9B8290

Tints of Mountbatten Pink #9B8290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 36.13%
G = 30.3%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B8290 (or 0x9B8290) is known color: Mountbatten Pink. HEX triplet: 9B, 82 and 90. RGB value is (155,130,144). Sum of RGB (Red+Green+Blue) = 155+130+144=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8290 is #647D6F. Grayscale: #8B8B8B. Windows color (decimal): -6585712 or 9470619. OLE color: 9470619.

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

Color convert

RGB 155 130 144 -
CMYK 0 0.16 0.07 0.39
HSL 326.4º 0.11% 0.56% -
HSV(B) 326.4º 0.16% 0.61% -
XYZ 26.53 24.95 29.8 -
YUV 139.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 155 130 144 0 0.16 0.07 0.39 326.4 0.11 0.56
Hex 9B 82 90 0 10 7 27 146 B 38
Octal 233 202 220 0 20 7 47 506 13 70
Binary 10011011 10000010 10010000 0 10000 111 100111 101000110 1011 111000

Color Harmonies of #9B8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8290

Black with #9B8290

Text Example


Text Example

White with #9B8290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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