Shades of Deluge #786FB1
Tints of Deluge #786FB1
RGB
CMYK
RGB Variations
Color information
#786FB1 (or 0x786FB1) is known color: Deluge. HEX triplet: 78, 6F and B1. RGB value is (120,111,177). Sum of RGB (Red+Green+Blue) = 120+111+177=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #786FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786FB1 is #87904E. Grayscale: #787878. Windows color (decimal): -8884303 or 11628408. OLE color: 11628408.
HSL color Cylindrical-coordinate representation of color #786FB1: hue angle of 248.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786FB1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 111 | 177 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.31 |
| HSL | 248.18º | 0.3% | 0.56% | - |
| HSV(B) | 248.18º | 0.37% | 0.69% | - |
| XYZ | 21.37 | 18.54 | 44.05 | - |
| YUV | 121.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 177 | 0.32 | 0.37 | 0 | 0.31 | 248.18 | 0.3 | 0.56 |
| Hex | 78 | 6F | B1 | 20 | 25 | 0 | 1F | F8 | 1E | 38 |
| Octal | 170 | 157 | 261 | 40 | 45 | 0 | 37 | 370 | 36 | 70 |
| Binary | 1111000 | 1101111 | 10110001 | 100000 | 100101 | 0 | 11111 | 11111000 | 11110 | 111000 |
Color Harmonies of #786FB1
Complementary color
Monochromatic Colors of #786FB1
Black with #786FB1
Text Example
Text Example
White with #786FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FB1; }
p { color: rgb(120,111,177); }
H1.HeaderClassName
{
color: #786FB1;
}
.AnyTagClassName
{
color: #786FB1;
}
</style>
background-color css
<style>
a { background-color: #786FB1; }
a { background-color: rgb(120,111,177); }
div.DivClassName
{
background-color: #786FB1;
}
.BgClassName
{
background-color: #786FB1;
}
</style>
border-color css
<style>
span { border-color: #786FB1; }
span { border-color: rgb(120,111,177); }
td.TdClassName
{
border-color: #786FB1;
}
.TagClassName
{
border-color: #786FB1;
}
</style>