#8673B4

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

Shades of Deluge #8673B4

Tints of Deluge #8673B4

Color information

#8673B4 (or 0x8673B4) is unknown color: approx Deluge. HEX triplet: 86, 73 and B4. RGB value is (134,115,180). Sum of RGB (Red+Green+Blue) = 134+115+180=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8673B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673B4 is #798C4B. Grayscale: #7F7F7F. Windows color (decimal): -7965772 or 11826054. OLE color: 11826054.

HSL color Cylindrical-coordinate representation of color #8673B4: hue angle of 257.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8673B4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134115180-
CMYK0.260.3600.29
HSL257.54º30.23%57.84%-
HSV(B)257.54º36.11%70.59%-
XYZ24.220.6345.89-
YUV128.09157.29132.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=31.24%
G=26.81%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341151800.260.3600.29257.5430.2357.84
Hex8673B41A2401D1021e3a
Octal20616326432440354023672
Binary100001101110011101101001101010010001110110000001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673B4; }

 p { color: rgb(134,115,180); }

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

<style>
 a { background-color: #8673B4; }

 a { background-color: rgb(134,115,180); }

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

<style>
 span { border-color: #8673B4; }

 span { border-color: rgb(134,115,180); }

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