#867299

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

Shades of Deluge #867299

Tints of Deluge #867299

Color information

#867299 (or 0x867299) is unknown color: approx Deluge. HEX triplet: 86, 72 and 99. RGB value is (134,114,153). Sum of RGB (Red+Green+Blue) = 134+114+153=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #867299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867299 is #798D66. Grayscale: #7C7C7C. Windows color (decimal): -7966055 or 10056326. OLE color: 10056326.

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

Color convert

RGB134114153-
CMYK0.120.2500.4
HSL270.77º16.05%52.35%-
HSV(B)270.77º25.49%60%-
XYZ21.619.432.74-
YUV124.43144.13134.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=33.42%
G=28.43%
B=38.15%

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
Decimal1341141530.120.2500.4270.7716.0552.35
Hex867299C1902810f1034
Octal20616223114310504172064
Binary10000110111001010011001110011001010100010000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867299; }

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

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

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

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

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

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

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

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