#8560B4

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

Shades of Deluge #8560B4

Tints of Deluge #8560B4

Color information

#8560B4 (or 0x8560B4) is unknown color: approx Deluge. HEX triplet: 85, 60 and B4. RGB value is (133,96,180). Sum of RGB (Red+Green+Blue) = 133+96+180=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #8560B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560B4 is #7A9F4B. Grayscale: #747474. Windows color (decimal): -8036172 or 11821189. OLE color: 11821189.

HSL color Cylindrical-coordinate representation of color #8560B4: hue angle of 266.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8560B4 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13396180-
CMYK0.260.4700.29
HSL266.43º35.9%54.12%-
HSV(B)266.43º46.67%70.59%-
XYZ22.0916.6545.23-
YUV116.64163.76139.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=32.52%
G=23.47%
B=44.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133961800.260.4700.29266.4335.954.12
Hex8560B41A2F01D10a2436
Octal20514026432570354124466
Binary1000010111000001011010011010101111011101100001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8560B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8560B4; }

 p { color: rgb(133,96,180); }

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

<style>
 a { background-color: #8560B4; }

 a { background-color: rgb(133,96,180); }

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

<style>
 span { border-color: #8560B4; }

 span { border-color: rgb(133,96,180); }

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