#867DAF

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

Shades of Deluge #867DAF

Tints of Deluge #867DAF

Color information

#867DAF (or 0x867DAF) is unknown color: approx Deluge. HEX triplet: 86, 7D and AF. RGB value is (134,125,175). Sum of RGB (Red+Green+Blue) = 134+125+175=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #867DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAF is #798250. Grayscale: #858585. Windows color (decimal): -7963217 or 11500934. OLE color: 11500934.

HSL color Cylindrical-coordinate representation of color #867DAF: hue angle of 250.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867DAF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134125175-
CMYK0.230.2900.31
HSL250.8º23.81%58.82%-
HSV(B)250.8º28.57%68.63%-
XYZ24.922.8343.65-
YUV133.39151.48128.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=30.88%
G=28.80%
B=40.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341251750.230.2900.31250.823.8158.82
Hex867DAF171D01Ffb183b
Octal20617525727350373733073
Binary1000011011111011010111110111111010111111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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