#867CAB

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

Shades of Deluge #867CAB

Tints of Deluge #867CAB

Color information

#867CAB (or 0x867CAB) is unknown color: approx Deluge. HEX triplet: 86, 7C and AB. RGB value is (134,124,171). Sum of RGB (Red+Green+Blue) = 134+124+171=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #867CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CAB is #798354. Grayscale: #848484. Windows color (decimal): -7963477 or 11238534. OLE color: 11238534.

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

Color convert

RGB134124171-
CMYK0.220.2700.33
HSL252.77º21.86%57.84%-
HSV(B)252.77º27.49%67.06%-
XYZ24.3922.4241.57-
YUV132.35149.81129.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=31.24%
G=28.90%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341241710.220.2700.33252.7721.8657.84
Hex867CAB161B021fd163a
Octal20617425326330413752672
Binary10000110111110010101011101101101101000011111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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