#867599

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

Shades of Deluge #867599

Tints of Deluge #867599

Color information

#867599 (or 0x867599) is unknown color: approx Deluge. HEX triplet: 86, 75 and 99. RGB value is (134,117,153). Sum of RGB (Red+Green+Blue) = 134+117+153=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #867599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867599 is #798A66. Grayscale: #7E7E7E. Windows color (decimal): -7965287 or 10057094. OLE color: 10057094.

HSL color Cylindrical-coordinate representation of color #867599: hue angle of 268.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867599 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134117153-
CMYK0.120.2400.4
HSL268.33º15%52.94%-
HSV(B)268.33º23.53%60%-
XYZ21.9420.0932.86-
YUV126.19143.13133.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=33.17%
G=28.96%
B=37.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341171530.120.2400.4268.331552.94
Hex867599C1802810cf35
Octal20616523114300504141765
Binary1000011011101011001100111001100001010001000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867599; }

 p { color: rgb(134,117,153); }

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

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

 a { background-color: rgb(134,117,153); }

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

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

 span { border-color: rgb(134,117,153); }

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