#9E8598

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

Shades of Bouquet #9E8598

Tints of Bouquet #9E8598

Color information

#9E8598 (or 0x9E8598) is unknown color: approx Bouquet. HEX triplet: 9E, 85 and 98. RGB value is (158,133,152). Sum of RGB (Red+Green+Blue) = 158+133+152=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8598 is #617A67. Grayscale: #8E8E8E. Windows color (decimal): -6388328 or 9995678. OLE color: 9995678.

HSL color Cylindrical-coordinate representation of color #9E8598: hue angle of 314.4º degrees, saturation: 0.11, 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 #9E8598 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB158133152-
CMYK00.160.040.38
HSL314.4º11.42%57.06%-
HSV(B)314.4º15.82%61.96%-
XYZ28.1626.3133.3-
YUV142.64133.28138.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=35.67%
G=30.02%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813315200.160.040.38314.411.4257.06
Hex9E859801042613ab39
Octal2362052300204464721371
Binary1001111010000101100110000100001001001101001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,152); }

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

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

 a { background-color: rgb(158,133,152); }

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

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

 span { border-color: rgb(158,133,152); }

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