#867FAF

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

Shades of Deluge #867FAF

Tints of Deluge #867FAF

Color information

#867FAF (or 0x867FAF) is unknown color: approx Deluge. HEX triplet: 86, 7F and AF. RGB value is (134,127,175). Sum of RGB (Red+Green+Blue) = 134+127+175=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #867FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAF is #798050. Grayscale: #868686. Windows color (decimal): -7962705 or 11501446. OLE color: 11501446.

HSL color Cylindrical-coordinate representation of color #867FAF: hue angle of 248.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867FAF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134127175-
CMYK0.230.2700.31
HSL248.75º23.08%59.22%-
HSV(B)248.75º27.43%68.63%-
XYZ25.1623.3443.74-
YUV134.56150.82127.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=30.73%
G=29.13%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341271750.230.2700.31248.7523.0859.22
Hex867FAF171B01Ff9173b
Octal20617725727330373712773
Binary1000011011111111010111110111110110111111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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