#8275AB

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

Shades of Deluge #8275AB

Tints of Deluge #8275AB

Color information

#8275AB (or 0x8275AB) is unknown color: approx Deluge. HEX triplet: 82, 75 and AB. RGB value is (130,117,171). Sum of RGB (Red+Green+Blue) = 130+117+171=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8275AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275AB is #7D8A54. Grayscale: #7E7E7E. Windows color (decimal): -8227413 or 11236738. OLE color: 11236738.

HSL color Cylindrical-coordinate representation of color #8275AB: hue angle of 254.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8275AB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130117171-
CMYK0.240.3200.33
HSL254.44º24.32%56.47%-
HSV(B)254.44º31.58%67.06%-
XYZ22.9220.4141.26-
YUV127.04152.81130.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=31.10%
G=27.99%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301171710.240.3200.33254.4424.3256.47
Hex8275AB1820021fe1838
Octal20216525330400413763070
Binary100000101110101101010111100010000001000011111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8275AB; }

 p { color: rgb(130,117,171); }

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

<style>
 a { background-color: #8275AB; }

 a { background-color: rgb(130,117,171); }

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

<style>
 span { border-color: #8275AB; }

 span { border-color: rgb(130,117,171); }

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