#867EAD

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

Shades of Deluge #867EAD

Tints of Deluge #867EAD

Color information

#867EAD (or 0x867EAD) is unknown color: approx Deluge. HEX triplet: 86, 7E and AD. RGB value is (134,126,173). Sum of RGB (Red+Green+Blue) = 134+126+173=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #867EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EAD is #798152. Grayscale: #858585. Windows color (decimal): -7962963 or 11370118. OLE color: 11370118.

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

Color convert

RGB134126173-
CMYK0.230.2700.32
HSL250.21º22.27%58.63%-
HSV(B)250.21º27.17%67.84%-
XYZ24.8423.0142.67-
YUV133.75150.15128.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=30.95%
G=29.10%
B=39.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341261730.230.2700.32250.2122.2758.63
Hex867EAD171B020fa163b
Octal20617625527330403722673
Binary10000110111111010101101101111101101000001111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,126,173); }

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

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

 a { background-color: rgb(134,126,173); }

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

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

 span { border-color: rgb(134,126,173); }

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