#867FAC

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

Shades of Deluge #867FAC

Tints of Deluge #867FAC

Color information

#867FAC (or 0x867FAC) is unknown color: approx Deluge. HEX triplet: 86, 7F and AC. RGB value is (134,127,172). Sum of RGB (Red+Green+Blue) = 134+127+172=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #867FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAC is #798053. Grayscale: #868686. Windows color (decimal): -7962708 or 11304838. OLE color: 11304838.

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

Color convert

RGB134127172-
CMYK0.220.2600.33
HSL249.33º21.33%58.63%-
HSV(B)249.33º26.16%67.45%-
XYZ24.8723.2342.2-
YUV134.22149.32127.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=30.95%
G=29.33%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341271720.220.2600.33249.3321.3358.63
Hex867FAC161A021f9153b
Octal20617725426320413712573
Binary10000110111111110101100101101101001000011111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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