#867BA6

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

Shades of Deluge #867BA6

Tints of Deluge #867BA6

Color information

#867BA6 (or 0x867BA6) is unknown color: approx Deluge. HEX triplet: 86, 7B and A6. RGB value is (134,123,166). Sum of RGB (Red+Green+Blue) = 134+123+166=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #867BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BA6 is #798459. Grayscale: #838383. Windows color (decimal): -7963738 or 10910598. OLE color: 10910598.

HSL color Cylindrical-coordinate representation of color #867BA6: hue angle of 255.35º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867BA6 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB134123166-
CMYK0.190.2600.35
HSL255.35º19.46%56.67%-
HSV(B)255.35º25.9%65.1%-
XYZ23.821.9939.07-
YUV131.19147.64130-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=31.68%
G=29.08%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341231660.190.2600.35255.3519.4656.67
Hex867BA6131A023ff1339
Octal20617324623320433772371
Binary10000110111101110100110100111101001000111111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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