#9F8794

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

Shades of Bouquet #9F8794

Tints of Bouquet #9F8794

Color information

#9F8794 (or 0x9F8794) is unknown color: approx Bouquet. HEX triplet: 9F, 87 and 94. RGB value is (159,135,148). Sum of RGB (Red+Green+Blue) = 159+135+148=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8794 is #60786B. Grayscale: #8F8F8F. Windows color (decimal): -6322284 or 9734047. OLE color: 9734047.

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

Color convert

RGB159135148-
CMYK00.150.070.38
HSL327.5º11.11%57.65%-
HSV(B)327.5º15.09%62.35%-
XYZ28.3126.8431.71-
YUV143.66130.45138.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=35.97%
G=30.54%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913514800.150.070.38327.511.1157.65
Hex9F87940F726148b3a
Octal2372072240177465101372
Binary100111111000011110010100011111111001101010010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,135,148); }

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

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

 a { background-color: rgb(159,135,148); }

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

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

 span { border-color: rgb(159,135,148); }

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