#9E8493

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

Shades of Bouquet #9E8493

Tints of Bouquet #9E8493

Color information

#9E8493 (or 0x9E8493) is unknown color: approx Bouquet. HEX triplet: 9E, 84 and 93. RGB value is (158,132,147). Sum of RGB (Red+Green+Blue) = 158+132+147=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8493 is #617B6C. Grayscale: #8D8D8D. Windows color (decimal): -6388589 or 9667742. OLE color: 9667742.

HSL color Cylindrical-coordinate representation of color #9E8493: hue angle of 325.38º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8493 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB158132147-
CMYK00.160.070.38
HSL325.38º11.82%56.86%-
HSV(B)325.38º16.46%61.96%-
XYZ27.6225.8831.14-
YUV141.48131.11139.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=36.16%
G=30.21%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813214700.160.070.38325.3811.8256.86
Hex9E8493010726145c39
Octal2362042230207465051471
Binary1001111010000100100100110100001111001101010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,147); }

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

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

 a { background-color: rgb(158,132,147); }

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

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

 span { border-color: rgb(158,132,147); }

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