#867CAF

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

Shades of Deluge #867CAF

Tints of Deluge #867CAF

Color information

#867CAF (or 0x867CAF) is unknown color: approx Deluge. HEX triplet: 86, 7C and AF. RGB value is (134,124,175). Sum of RGB (Red+Green+Blue) = 134+124+175=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #867CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CAF is #798350. Grayscale: #848484. Windows color (decimal): -7963473 or 11500678. OLE color: 11500678.

HSL color Cylindrical-coordinate representation of color #867CAF: hue angle of 251.76º 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 #867CAF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134124175-
CMYK0.230.2900.31
HSL251.76º24.17%58.63%-
HSV(B)251.76º29.14%68.63%-
XYZ24.7822.5843.61-
YUV132.8151.81128.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=30.95%
G=28.64%
B=40.42%

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
Decimal1341241750.230.2900.31251.7624.1758.63
Hex867CAF171D01Ffc183b
Octal20617425727350373743073
Binary1000011011111001010111110111111010111111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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