#867A9F

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

Shades of Deluge #867A9F

Tints of Deluge #867A9F

Color information

#867A9F (or 0x867A9F) is unknown color: approx Deluge. HEX triplet: 86, 7A and 9F. RGB value is (134,122,159). Sum of RGB (Red+Green+Blue) = 134+122+159=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #867A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A9F is #798560. Grayscale: #818181. Windows color (decimal): -7964001 or 10451590. OLE color: 10451590.

HSL color Cylindrical-coordinate representation of color #867A9F: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867A9F is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134122159-
CMYK0.160.2300.38
HSL259.46º16.16%55.1%-
HSV(B)259.46º23.27%62.35%-
XYZ23.0521.4935.73-
YUV129.81144.48130.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=32.29%
G=29.40%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341221590.160.2300.38259.4616.1655.1
Hex867A9F10170261031037
Octal20617223720270464032067
Binary100001101111010100111111000010111010011010000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,159); }

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

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

 a { background-color: rgb(134,122,159); }

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

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

 span { border-color: rgb(134,122,159); }

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