#867799

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

Shades of Deluge #867799

Tints of Deluge #867799

Color information

#867799 (or 0x867799) is unknown color: approx Deluge. HEX triplet: 86, 77 and 99. RGB value is (134,119,153). Sum of RGB (Red+Green+Blue) = 134+119+153=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #867799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867799 is #798866. Grayscale: #7F7F7F. Windows color (decimal): -7964775 or 10057606. OLE color: 10057606.

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

Color convert

RGB134119153-
CMYK0.120.2200.4
HSL266.47º14.29%53.33%-
HSV(B)266.47º22.22%60%-
XYZ22.1820.5632.94-
YUV127.36142.47132.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=33.00%
G=29.31%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341191530.120.2200.4266.4714.2953.33
Hex867799C1602810ae35
Octal20616723114260504121665
Binary1000011011101111001100111001011001010001000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867799; }

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

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

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

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

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

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

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

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