Shades of Deluge #817BB0
Tints of Deluge #817BB0
RGB
CMYK
RGB Variations
Color information
#817BB0 (or 0x817BB0) is known color: Deluge. HEX triplet: 81, 7B and B0. RGB value is (129,123,176). Sum of RGB (Red+Green+Blue) = 129+123+176=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #817BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BB0 is #7E844F. Grayscale: #828282. Windows color (decimal): -8291408 or 11565953. OLE color: 11565953.
HSL color Cylindrical-coordinate representation of color #817BB0: hue angle of 246.79º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817BB0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 123 | 176 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.31 |
| HSL | 246.79º | 0.25% | 0.59% | - |
| HSV(B) | 246.79º | 0.3% | 0.69% | - |
| XYZ | 23.97 | 21.97 | 44.05 | - |
| YUV | 130.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 176 | 0.27 | 0.30 | 0 | 0.31 | 246.79 | 0.25 | 0.59 |
| Hex | 81 | 7B | B0 | 1B | 1E | 0 | 1F | F7 | 19 | 3B |
| Octal | 201 | 173 | 260 | 33 | 36 | 0 | 37 | 367 | 31 | 73 |
| Binary | 10000001 | 1111011 | 10110000 | 11011 | 11110 | 0 | 11111 | 11110111 | 11001 | 111011 |
Color Harmonies of #817BB0
Complementary color
Monochromatic Colors of #817BB0
Black with #817BB0
Text Example
Text Example
White with #817BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BB0; }
p { color: rgb(129,123,176); }
H1.HeaderClassName
{
color: #817BB0;
}
.AnyTagClassName
{
color: #817BB0;
}
</style>
background-color css
<style>
a { background-color: #817BB0; }
a { background-color: rgb(129,123,176); }
div.DivClassName
{
background-color: #817BB0;
}
.BgClassName
{
background-color: #817BB0;
}
</style>
border-color css
<style>
span { border-color: #817BB0; }
span { border-color: rgb(129,123,176); }
td.TdClassName
{
border-color: #817BB0;
}
.TagClassName
{
border-color: #817BB0;
}
</style>