#867DAA

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

Shades of Deluge #867DAA

Tints of Deluge #867DAA

Color information

#867DAA (or 0x867DAA) is unknown color: approx Deluge. HEX triplet: 86, 7D and AA. RGB value is (134,125,170). Sum of RGB (Red+Green+Blue) = 134+125+170=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #867DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAA is #798255. Grayscale: #848484. Windows color (decimal): -7963222 or 11173254. OLE color: 11173254.

HSL color Cylindrical-coordinate representation of color #867DAA: hue angle of 252º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867DAA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134125170-
CMYK0.210.2600.33
HSL252º20.93%57.84%-
HSV(B)252º26.47%66.67%-
XYZ24.4222.6441.11-
YUV132.82148.98128.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=31.24%
G=29.14%
B=39.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341251700.210.2600.3325220.9357.84
Hex867DAA151A021fc153a
Octal20617525225320413742572
Binary10000110111110110101010101011101001000011111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,170); }

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

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

 a { background-color: rgb(134,125,170); }

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

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

 span { border-color: rgb(134,125,170); }

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