#8266AB

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

Shades of Deluge #8266AB

Tints of Deluge #8266AB

Color information

#8266AB (or 0x8266AB) is unknown color: approx Deluge. HEX triplet: 82, 66 and AB. RGB value is (130,102,171). Sum of RGB (Red+Green+Blue) = 130+102+171=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8266AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8266AB is #7D9954. Grayscale: #757575. Windows color (decimal): -8231253 or 11232898. OLE color: 11232898.

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

Color convert

RGB130102171-
CMYK0.240.4000.33
HSL264.35º29.11%53.53%-
HSV(B)264.35º40.35%67.06%-
XYZ21.3117.1940.72-
YUV118.24157.78136.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=32.26%
G=25.31%
B=42.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301021710.240.4000.33264.3529.1153.53
Hex8266AB18280211081d36
Octal20214625330500414103566
Binary1000001011001101010101111000101000010000110000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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