#867399

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

Shades of Deluge #867399

Tints of Deluge #867399

Color information

#867399 (or 0x867399) is unknown color: approx Deluge. HEX triplet: 86, 73 and 99. RGB value is (134,115,153). Sum of RGB (Red+Green+Blue) = 134+115+153=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #867399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867399 is #798C66. Grayscale: #7C7C7C. Windows color (decimal): -7965799 or 10056582. OLE color: 10056582.

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

Color convert

RGB134115153-
CMYK0.120.2500.4
HSL270º15.7%52.55%-
HSV(B)270º24.84%60%-
XYZ21.7119.6332.78-
YUV125.01143.79134.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=33.33%
G=28.61%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341151530.120.2500.427015.752.55
Hex867399C1902810e1035
Octal20616323114310504162065
Binary10000110111001110011001110011001010100010000111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867399; }

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

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

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

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

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

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

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

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