#867BAA

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

Shades of Deluge #867BAA

Tints of Deluge #867BAA

Color information

#867BAA (or 0x867BAA) is unknown color: approx Deluge. HEX triplet: 86, 7B and AA. RGB value is (134,123,170). Sum of RGB (Red+Green+Blue) = 134+123+170=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #867BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BAA is #798455. Grayscale: #838383. Windows color (decimal): -7963734 or 11172742. OLE color: 11172742.

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

Color convert

RGB134123170-
CMYK0.210.2800.33
HSL254.04º21.66%57.45%-
HSV(B)254.04º27.65%66.67%-
XYZ24.1722.1441.03-
YUV131.65149.64129.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=31.38%
G=28.81%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341231700.210.2800.33254.0421.6657.45
Hex867BAA151C021fe1639
Octal20617325225340413762671
Binary10000110111101110101010101011110001000011111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,170); }

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

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

 a { background-color: rgb(134,123,170); }

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

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

 span { border-color: rgb(134,123,170); }

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