#867BAD

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

Shades of Deluge #867BAD

Tints of Deluge #867BAD

Color information

#867BAD (or 0x867BAD) is unknown color: approx Deluge. HEX triplet: 86, 7B and AD. RGB value is (134,123,173). Sum of RGB (Red+Green+Blue) = 134+123+173=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #867BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BAD is #798452. Grayscale: #838383. Windows color (decimal): -7963731 or 11369350. OLE color: 11369350.

HSL color Cylindrical-coordinate representation of color #867BAD: hue angle of 253.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867BAD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134123173-
CMYK0.230.2900.32
HSL253.2º23.36%58.04%-
HSV(B)253.2º28.9%67.84%-
XYZ24.4622.2542.54-
YUV131.99151.14129.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=31.16%
G=28.60%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341231730.230.2900.32253.223.3658.04
Hex867BAD171D020fd173a
Octal20617325527350403752772
Binary10000110111101110101101101111110101000001111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,173); }

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

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

 a { background-color: rgb(134,123,173); }

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

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

 span { border-color: rgb(134,123,173); }

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