#867FAA

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

Shades of Deluge #867FAA

Tints of Deluge #867FAA

Color information

#867FAA (or 0x867FAA) is unknown color: approx Deluge. HEX triplet: 86, 7F and AA. RGB value is (134,127,170). Sum of RGB (Red+Green+Blue) = 134+127+170=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #867FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAA is #798055. Grayscale: #858585. Windows color (decimal): -7962710 or 11173766. OLE color: 11173766.

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

Color convert

RGB134127170-
CMYK0.210.2500.33
HSL249.77º20.19%58.24%-
HSV(B)249.77º25.29%66.67%-
XYZ24.6823.1541.2-
YUV133.99148.32128-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=31.09%
G=29.47%
B=39.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341271700.210.2500.33249.7720.1958.24
Hex867FAA1519021fa143a
Octal20617725225310413722472
Binary10000110111111110101010101011100101000011111101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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