#867DAD

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

Shades of Deluge #867DAD

Tints of Deluge #867DAD

Color information

#867DAD (or 0x867DAD) is unknown color: approx Deluge. HEX triplet: 86, 7D and AD. RGB value is (134,125,173). Sum of RGB (Red+Green+Blue) = 134+125+173=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #867DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAD is #798252. Grayscale: #848484. Windows color (decimal): -7963219 or 11369862. OLE color: 11369862.

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

Color convert

RGB134125173-
CMYK0.230.2800.32
HSL251.25º22.64%58.43%-
HSV(B)251.25º27.75%67.84%-
XYZ24.7122.7542.62-
YUV133.16150.48128.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=31.02%
G=28.94%
B=40.05%

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
Decimal1341251730.230.2800.32251.2522.6458.43
Hex867DAD171C020fb173a
Octal20617525527340403732772
Binary10000110111110110101101101111110001000001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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