#8279B2

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

Shades of Deluge #8279B2

Tints of Deluge #8279B2

Color information

#8279B2 (or 0x8279B2) is unknown color: approx Deluge. HEX triplet: 82, 79 and B2. RGB value is (130,121,178). Sum of RGB (Red+Green+Blue) = 130+121+178=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #8279B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279B2 is #7D864D. Grayscale: #818181. Windows color (decimal): -8226382 or 11696514. OLE color: 11696514.

HSL color Cylindrical-coordinate representation of color #8279B2: hue angle of 249.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8279B2 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130121178-
CMYK0.270.3200.30
HSL249.47º27.01%58.63%-
HSV(B)249.47º32.02%69.8%-
XYZ24.0821.6345.03-
YUV130.19154.98127.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=30.30%
G=28.21%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301211780.270.3200.30249.4727.0158.63
Hex8279B21B2001Ef91b3b
Octal20217126233400363713373
Binary10000010111100110110010110111000000111101111100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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