Shades of Deluge #815CB0
Tints of Deluge #815CB0
RGB
CMYK
RGB Variations
Color information
#815CB0 (or 0x815CB0) is known color: Deluge. HEX triplet: 81, 5C and B0. RGB value is (129,92,176). Sum of RGB (Red+Green+Blue) = 129+92+176=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #815CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CB0 is #7EA34F. Grayscale: #707070. Windows color (decimal): -8299344 or 11558017. OLE color: 11558017.
HSL color Cylindrical-coordinate representation of color #815CB0: hue angle of 266.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815CB0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 92 | 176 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.31 |
| HSL | 266.43º | 0.35% | 0.53% | - |
| HSV(B) | 266.43º | 0.48% | 0.69% | - |
| XYZ | 20.72 | 15.46 | 42.97 | - |
| YUV | 112.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 176 | 0.27 | 0.48 | 0 | 0.31 | 266.43 | 0.35 | 0.53 |
| Hex | 81 | 5C | B0 | 1B | 30 | 0 | 1F | 10A | 23 | 35 |
| Octal | 201 | 134 | 260 | 33 | 60 | 0 | 37 | 412 | 43 | 65 |
| Binary | 10000001 | 1011100 | 10110000 | 11011 | 110000 | 0 | 11111 | 100001010 | 100011 | 110101 |
Color Harmonies of #815CB0
Complementary color
Monochromatic Colors of #815CB0
Black with #815CB0
Text Example
Text Example
White with #815CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CB0; }
p { color: rgb(129,92,176); }
H1.HeaderClassName
{
color: #815CB0;
}
.AnyTagClassName
{
color: #815CB0;
}
</style>
background-color css
<style>
a { background-color: #815CB0; }
a { background-color: rgb(129,92,176); }
div.DivClassName
{
background-color: #815CB0;
}
.BgClassName
{
background-color: #815CB0;
}
</style>
border-color css
<style>
span { border-color: #815CB0; }
span { border-color: rgb(129,92,176); }
td.TdClassName
{
border-color: #815CB0;
}
.TagClassName
{
border-color: #815CB0;
}
</style>