#867E96

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

Shades of Deluge #867E96

Tints of Deluge #867E96

Color information

#867E96 (or 0x867E96) is unknown color: approx Deluge. HEX triplet: 86, 7E and 96. RGB value is (134,126,150). Sum of RGB (Red+Green+Blue) = 134+126+150=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #867E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E96 is #798169. Grayscale: #838383. Windows color (decimal): -7962986 or 9862790. OLE color: 9862790.

HSL color Cylindrical-coordinate representation of color #867E96: hue angle of 260º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867E96 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134126150-
CMYK0.110.1600.41
HSL260º10.26%54.12%-
HSV(B)260º16%58.82%-
XYZ22.822.1931.94-
YUV131.13138.65130.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=32.68%
G=30.73%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341261500.110.1600.4126010.2654.12
Hex867E96B10029104a36
Octal20617622613200514041266
Binary1000011011111101001011010111000001010011000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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