#867CAC

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

Shades of Deluge #867CAC

Tints of Deluge #867CAC

Color information

#867CAC (or 0x867CAC) is unknown color: approx Deluge. HEX triplet: 86, 7C and AC. RGB value is (134,124,172). Sum of RGB (Red+Green+Blue) = 134+124+172=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #867CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CAC is #798353. Grayscale: #848484. Windows color (decimal): -7963476 or 11304070. OLE color: 11304070.

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

Color convert

RGB134124172-
CMYK0.220.2800.33
HSL252.5º22.43%58.04%-
HSV(B)252.5º27.91%67.45%-
XYZ24.4922.4642.07-
YUV132.46150.31129.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 40%
R=31.16%
G=28.84%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341241720.220.2800.33252.522.4358.04
Hex867CAC161C021fd163a
Octal20617425426340413752672
Binary10000110111110010101100101101110001000011111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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