#9B8399

Color #9B8399 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9B8399

Tints of Bouquet #9B8399

Color information

#9B8399 (or 0x9B8399) is unknown color: approx Bouquet. HEX triplet: 9B, 83 and 99. RGB value is (155,131,153). Sum of RGB (Red+Green+Blue) = 155+131+153=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8399 is #647C66. Grayscale: #8C8C8C. Windows color (decimal): -6585447 or 10060699. OLE color: 10060699.

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

Color convert

RGB155131153-
CMYK00.150.010.39
HSL305º10.71%56.08%-
HSV(B)305º15.48%60.78%-
XYZ27.3825.533.62-
YUV140.68134.95138.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=35.31%
G=29.84%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513115300.150.010.3930510.7156.08
Hex9B83990F127131b38
Octal2332032310171474611370
Binary1001101110000011100110010111111001111001100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,153); }

 H1.HeaderClassName
 {
   color: #9B8399;
 }
 .AnyTagClassName
 {
   color: #9B8399;
 }
</style>
background-color css

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

 a { background-color: rgb(155,131,153); }

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

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

 span { border-color: rgb(155,131,153); }

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