#867CB2

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

Shades of Deluge #867CB2

Tints of Deluge #867CB2

Color information

#867CB2 (or 0x867CB2) is unknown color: approx Deluge. HEX triplet: 86, 7C and B2. RGB value is (134,124,178). Sum of RGB (Red+Green+Blue) = 134+124+178=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #867CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CB2 is #79834D. Grayscale: #848484. Windows color (decimal): -7963470 or 11697286. OLE color: 11697286.

HSL color Cylindrical-coordinate representation of color #867CB2: hue angle of 251.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867CB2 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134124178-
CMYK0.250.3000.30
HSL251.11º25.96%59.22%-
HSV(B)251.11º30.34%69.8%-
XYZ25.0822.745.18-
YUV133.15153.31128.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=30.73%
G=28.44%
B=40.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341241780.250.3000.30251.1125.9659.22
Hex867CB2191E01Efb1a3b
Octal20617426231360363733273
Binary1000011011111001011001011001111100111101111101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,178); }

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

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

 a { background-color: rgb(134,124,178); }

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

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

 span { border-color: rgb(134,124,178); }

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