#867DAE

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

Shades of Deluge #867DAE

Tints of Deluge #867DAE

Color information

#867DAE (or 0x867DAE) is unknown color: approx Deluge. HEX triplet: 86, 7D and AE. RGB value is (134,125,174). Sum of RGB (Red+Green+Blue) = 134+125+174=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #867DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAE is #798251. Grayscale: #858585. Windows color (decimal): -7963218 or 11435398. OLE color: 11435398.

HSL color Cylindrical-coordinate representation of color #867DAE: hue angle of 251.02º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867DAE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134125174-
CMYK0.230.2800.32
HSL251.02º23.22%58.63%-
HSV(B)251.02º28.16%68.24%-
XYZ24.8122.7943.14-
YUV133.28150.98128.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=30.95%
G=28.87%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341251740.230.2800.32251.0223.2258.63
Hex867DAE171C020fb173b
Octal20617525627340403732773
Binary10000110111110110101110101111110001000001111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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