#867BAF

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

Shades of Deluge #867BAF

Tints of Deluge #867BAF

Color information

#867BAF (or 0x867BAF) is unknown color: approx Deluge. HEX triplet: 86, 7B and AF. RGB value is (134,123,175). Sum of RGB (Red+Green+Blue) = 134+123+175=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #867BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BAF is #798450. Grayscale: #848484. Windows color (decimal): -7963729 or 11500422. OLE color: 11500422.

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

Color convert

RGB134123175-
CMYK0.230.3000.31
HSL252.69º24.53%58.43%-
HSV(B)252.69º29.71%68.63%-
XYZ24.6522.3343.57-
YUV132.22152.14129.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=31.02%
G=28.47%
B=40.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341231750.230.3000.31252.6924.5358.43
Hex867BAF171E01Ffd193a
Octal20617325727360373753172
Binary1000011011110111010111110111111100111111111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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