#8279AD

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

Shades of Deluge #8279AD

Tints of Deluge #8279AD

Color information

#8279AD (or 0x8279AD) is unknown color: approx Deluge. HEX triplet: 82, 79 and AD. RGB value is (130,121,173). Sum of RGB (Red+Green+Blue) = 130+121+173=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8279AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279AD is #7D8652. Grayscale: #818181. Windows color (decimal): -8226387 or 11368834. OLE color: 11368834.

HSL color Cylindrical-coordinate representation of color #8279AD: hue angle of 250.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8279AD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130121173-
CMYK0.250.3000.32
HSL250.38º24.07%57.65%-
HSV(B)250.38º30.06%67.84%-
XYZ23.5921.4442.43-
YUV129.62152.48128.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=30.66%
G=28.54%
B=40.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301211730.250.3000.32250.3824.0757.65
Hex8279AD191E020fa183a
Octal20217125531360403723072
Binary10000010111100110101101110011111001000001111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8279AD; }

 p { color: rgb(130,121,173); }

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

<style>
 a { background-color: #8279AD; }

 a { background-color: rgb(130,121,173); }

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

<style>
 span { border-color: #8279AD; }

 span { border-color: rgb(130,121,173); }

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