#8460B4

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

Shades of Deluge #8460B4

Tints of Deluge #8460B4

Color information

#8460B4 (or 0x8460B4) is unknown color: approx Deluge. HEX triplet: 84, 60 and B4. RGB value is (132,96,180). Sum of RGB (Red+Green+Blue) = 132+96+180=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #8460B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460B4 is #7B9F4B. Grayscale: #747474. Windows color (decimal): -8101708 or 11821188. OLE color: 11821188.

HSL color Cylindrical-coordinate representation of color #8460B4: hue angle of 265.71º 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 #8460B4 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13296180-
CMYK0.270.4700.29
HSL265.71º35.9%54.12%-
HSV(B)265.71º46.67%70.59%-
XYZ21.9416.5745.22-
YUV116.34163.93139.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=32.35%
G=23.53%
B=44.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132961800.270.4700.29265.7135.954.12
Hex8460B41B2F01D10a2436
Octal20414026433570354124466
Binary1000010011000001011010011011101111011101100001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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