#8566A7

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

Shades of Deluge #8566A7

Tints of Deluge #8566A7

Color information

#8566A7 (or 0x8566A7) is unknown color: approx Deluge. HEX triplet: 85, 66 and A7. RGB value is (133,102,167). Sum of RGB (Red+Green+Blue) = 133+102+167=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #8566A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8566A7 is #7A9958. Grayscale: #767676. Windows color (decimal): -8034649 or 10970757. OLE color: 10970757.

HSL color Cylindrical-coordinate representation of color #8566A7: hue angle of 268.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8566A7 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB133102167-
CMYK0.200.3900.35
HSL268.62º26.97%52.75%-
HSV(B)268.62º38.92%65.49%-
XYZ21.417.2838.77-
YUV118.68155.27138.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=33.08%
G=25.37%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331021670.200.3900.35268.6226.9752.75
Hex8566A7142702310d1b35
Octal20514624724470434153365
Binary1000010111001101010011110100100111010001110000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8566A7; }

 p { color: rgb(133,102,167); }

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

<style>
 a { background-color: #8566A7; }

 a { background-color: rgb(133,102,167); }

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

<style>
 span { border-color: #8566A7; }

 span { border-color: rgb(133,102,167); }

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