Shades of Deluge #8068AF
Tints of Deluge #8068AF
RGB
CMYK
RGB Variations
Color information
#8068AF (or 0x8068AF) is known color: Deluge. HEX triplet: 80, 68 and AF. RGB value is (128,104,175). Sum of RGB (Red+Green+Blue) = 128+104+175=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8068AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AF is #7F9750. Grayscale: #777777. Windows color (decimal): -8361809 or 11495552. OLE color: 11495552.
HSL color Cylindrical-coordinate representation of color #8068AF: hue angle of 260.28º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8068AF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 104 | 175 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.31 |
| HSL | 260.28º | 0.31% | 0.55% | - |
| HSV(B) | 260.28º | 0.41% | 0.69% | - |
| XYZ | 21.59 | 17.58 | 42.81 | - |
| YUV | 119.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 175 | 0.27 | 0.41 | 0 | 0.31 | 260.28 | 0.31 | 0.55 |
| Hex | 80 | 68 | AF | 1B | 29 | 0 | 1F | 104 | 1F | 37 |
| Octal | 200 | 150 | 257 | 33 | 51 | 0 | 37 | 404 | 37 | 67 |
| Binary | 10000000 | 1101000 | 10101111 | 11011 | 101001 | 0 | 11111 | 100000100 | 11111 | 110111 |
Color Harmonies of #8068AF
Complementary color
Monochromatic Colors of #8068AF
Black with #8068AF
Text Example
Text Example
White with #8068AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068AF; }
p { color: rgb(128,104,175); }
H1.HeaderClassName
{
color: #8068AF;
}
.AnyTagClassName
{
color: #8068AF;
}
</style>
background-color css
<style>
a { background-color: #8068AF; }
a { background-color: rgb(128,104,175); }
div.DivClassName
{
background-color: #8068AF;
}
.BgClassName
{
background-color: #8068AF;
}
</style>
border-color css
<style>
span { border-color: #8068AF; }
span { border-color: rgb(128,104,175); }
td.TdClassName
{
border-color: #8068AF;
}
.TagClassName
{
border-color: #8068AF;
}
</style>