#815EB4

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

Shades of Deluge #815EB4

Tints of Deluge #815EB4

Color information

#815EB4 (or 0x815EB4) is unknown color: approx Deluge. HEX triplet: 81, 5E and B4. RGB value is (129,94,180). Sum of RGB (Red+Green+Blue) = 129+94+180=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #815EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EB4 is #7EA14B. Grayscale: #717171. Windows color (decimal): -8298828 or 11820673. OLE color: 11820673.

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

Color convert

RGB12994180-
CMYK0.280.4800.29
HSL264.42º36.44%53.73%-
HSV(B)264.42º47.78%70.59%-
XYZ21.2915.9745.14-
YUV114.27165.1138.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=32.01%
G=23.33%
B=44.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129941800.280.4800.29264.4236.4453.73
Hex815EB41C3001D1082436
Octal20113626434600354104466
Binary1000000110111101011010011100110000011101100001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815EB4; }

 p { color: rgb(129,94,180); }

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

<style>
 a { background-color: #815EB4; }

 a { background-color: rgb(129,94,180); }

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

<style>
 span { border-color: #815EB4; }

 span { border-color: rgb(129,94,180); }

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