Shades of Deluge #806BA5
Tints of Deluge #806BA5
RGB
CMYK
RGB Variations
Color information
#806BA5 (or 0x806BA5) is known color: Deluge. HEX triplet: 80, 6B and A5. RGB value is (128,107,165). Sum of RGB (Red+Green+Blue) = 128+107+165=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #806BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BA5 is #7F945A. Grayscale: #777777. Windows color (decimal): -8361051 or 10840960. OLE color: 10840960.
HSL color Cylindrical-coordinate representation of color #806BA5: hue angle of 261.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806BA5 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 107 | 165 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.35 |
| HSL | 261.72º | 0.24% | 0.53% | - |
| HSV(B) | 261.72º | 0.35% | 0.65% | - |
| XYZ | 20.95 | 17.82 | 37.93 | - |
| YUV | 119.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 165 | 0.22 | 0.35 | 0 | 0.35 | 261.72 | 0.24 | 0.53 |
| Hex | 80 | 6B | A5 | 16 | 23 | 0 | 23 | 106 | 18 | 35 |
| Octal | 200 | 153 | 245 | 26 | 43 | 0 | 43 | 406 | 30 | 65 |
| Binary | 10000000 | 1101011 | 10100101 | 10110 | 100011 | 0 | 100011 | 100000110 | 11000 | 110101 |
Color Harmonies of #806BA5
Complementary color
Monochromatic Colors of #806BA5
Black with #806BA5
Text Example
Text Example
White with #806BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BA5; }
p { color: rgb(128,107,165); }
H1.HeaderClassName
{
color: #806BA5;
}
.AnyTagClassName
{
color: #806BA5;
}
</style>
background-color css
<style>
a { background-color: #806BA5; }
a { background-color: rgb(128,107,165); }
div.DivClassName
{
background-color: #806BA5;
}
.BgClassName
{
background-color: #806BA5;
}
</style>
border-color css
<style>
span { border-color: #806BA5; }
span { border-color: rgb(128,107,165); }
td.TdClassName
{
border-color: #806BA5;
}
.TagClassName
{
border-color: #806BA5;
}
</style>