#867D9F

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

Shades of Deluge #867D9F

Tints of Deluge #867D9F

Color information

#867D9F (or 0x867D9F) is unknown color: approx Deluge. HEX triplet: 86, 7D and 9F. RGB value is (134,125,159). Sum of RGB (Red+Green+Blue) = 134+125+159=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #867D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D9F is #798260. Grayscale: #838383. Windows color (decimal): -7963233 or 10452358. OLE color: 10452358.

HSL color Cylindrical-coordinate representation of color #867D9F: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867D9F is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134125159-
CMYK0.160.2100.38
HSL255.88º15.04%55.69%-
HSV(B)255.88º21.38%62.35%-
XYZ23.4222.2435.86-
YUV131.57143.48129.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=32.06%
G=29.90%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341251590.160.2100.38255.8815.0455.69
Hex867D9F1015026100f38
Octal20617523720250464001770
Binary10000110111110110011111100001010101001101000000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867D9F; }

 p { color: rgb(134,125,159); }

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

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

 a { background-color: rgb(134,125,159); }

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

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

 span { border-color: rgb(134,125,159); }

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