#867DAC

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

Shades of Deluge #867DAC

Tints of Deluge #867DAC

Color information

#867DAC (or 0x867DAC) is unknown color: approx Deluge. HEX triplet: 86, 7D and AC. RGB value is (134,125,172). Sum of RGB (Red+Green+Blue) = 134+125+172=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #867DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAC is #798253. Grayscale: #848484. Windows color (decimal): -7963220 or 11304326. OLE color: 11304326.

HSL color Cylindrical-coordinate representation of color #867DAC: hue angle of 251.49º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867DAC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134125172-
CMYK0.220.2700.33
HSL251.49º22.07%58.24%-
HSV(B)251.49º27.33%67.45%-
XYZ24.6122.7142.12-
YUV133.05149.98128.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=31.09%
G=29.00%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341251720.220.2700.33251.4922.0758.24
Hex867DAC161B021fb163a
Octal20617525426330413732672
Binary10000110111110110101100101101101101000011111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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