#9B8398

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

Shades of Bouquet #9B8398

Tints of Bouquet #9B8398

Color information

#9B8398 (or 0x9B8398) is unknown color: approx Bouquet. HEX triplet: 9B, 83 and 98. RGB value is (155,131,152). Sum of RGB (Red+Green+Blue) = 155+131+152=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8398 is #647C67. Grayscale: #8C8C8C. Windows color (decimal): -6585448 or 9995163. OLE color: 9995163.

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

Color convert

RGB155131152-
CMYK00.150.020.39
HSL307.5º10.71%56.08%-
HSV(B)307.5º15.48%60.78%-
XYZ27.325.4733.18-
YUV140.57134.45138.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=35.39%
G=29.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513115200.150.020.39307.510.7156.08
Hex9B83980F227134b38
Octal2332032300172474641370
Binary10011011100000111001100001111101001111001101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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