#867699

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

Shades of Deluge #867699

Tints of Deluge #867699

Color information

#867699 (or 0x867699) is unknown color: approx Deluge. HEX triplet: 86, 76 and 99. RGB value is (134,118,153). Sum of RGB (Red+Green+Blue) = 134+118+153=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #867699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867699 is #798966. Grayscale: #7E7E7E. Windows color (decimal): -7965031 or 10057350. OLE color: 10057350.

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

Color convert

RGB134118153-
CMYK0.120.2300.4
HSL267.43º14.64%53.14%-
HSV(B)267.43º22.88%60%-
XYZ22.0620.3332.9-
YUV126.77142.8133.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=33.09%
G=29.14%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341181530.120.2300.4267.4314.6453.14
Hex867699C1702810bf35
Octal20616623114270504131765
Binary1000011011101101001100111001011101010001000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867699; }

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

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

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

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

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

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

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

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