Shades of Deluge #817CAF
Tints of Deluge #817CAF
RGB
CMYK
RGB Variations
Color information
#817CAF (or 0x817CAF) is known color: Deluge. HEX triplet: 81, 7C and AF. RGB value is (129,124,175). Sum of RGB (Red+Green+Blue) = 129+124+175=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #817CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAF is #7E8350. Grayscale: #838383. Windows color (decimal): -8291153 or 11500673. OLE color: 11500673.
HSL color Cylindrical-coordinate representation of color #817CAF: hue angle of 245.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817CAF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 124 | 175 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.31 |
| HSL | 245.88º | 0.24% | 0.59% | - |
| HSV(B) | 245.88º | 0.29% | 0.69% | - |
| XYZ | 24 | 22.18 | 43.57 | - |
| YUV | 131.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 175 | 0.26 | 0.29 | 0 | 0.31 | 245.88 | 0.24 | 0.59 |
| Hex | 81 | 7C | AF | 1A | 1D | 0 | 1F | F6 | 18 | 3B |
| Octal | 201 | 174 | 257 | 32 | 35 | 0 | 37 | 366 | 30 | 73 |
| Binary | 10000001 | 1111100 | 10101111 | 11010 | 11101 | 0 | 11111 | 11110110 | 11000 | 111011 |
Color Harmonies of #817CAF
Complementary color
Monochromatic Colors of #817CAF
Black with #817CAF
Text Example
Text Example
White with #817CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CAF; }
p { color: rgb(129,124,175); }
H1.HeaderClassName
{
color: #817CAF;
}
.AnyTagClassName
{
color: #817CAF;
}
</style>
background-color css
<style>
a { background-color: #817CAF; }
a { background-color: rgb(129,124,175); }
div.DivClassName
{
background-color: #817CAF;
}
.BgClassName
{
background-color: #817CAF;
}
</style>
border-color css
<style>
span { border-color: #817CAF; }
span { border-color: rgb(129,124,175); }
td.TdClassName
{
border-color: #817CAF;
}
.TagClassName
{
border-color: #817CAF;
}
</style>