#867FAB

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

Shades of Deluge #867FAB

Tints of Deluge #867FAB

Color information

#867FAB (or 0x867FAB) is unknown color: approx Deluge. HEX triplet: 86, 7F and AB. RGB value is (134,127,171). Sum of RGB (Red+Green+Blue) = 134+127+171=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #867FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAB is #798054. Grayscale: #858585. Windows color (decimal): -7962709 or 11239302. OLE color: 11239302.

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

Color convert

RGB134127171-
CMYK0.220.2600.33
HSL249.55º20.75%58.43%-
HSV(B)249.55º25.73%67.06%-
XYZ24.7723.1941.7-
YUV134.11148.82127.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=31.02%
G=29.40%
B=39.58%

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
Decimal1341271710.220.2600.33249.5520.7558.43
Hex867FAB161A021fa153a
Octal20617725326320413722572
Binary10000110111111110101011101101101001000011111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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