Shades of Deluge #7E67B1
Tints of Deluge #7E67B1
RGB
CMYK
RGB Variations
Color information
#7E67B1 (or 0x7E67B1) is known color: Deluge. HEX triplet: 7E, 67 and B1. RGB value is (126,103,177). Sum of RGB (Red+Green+Blue) = 126+103+177=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E67B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E67B1 is #81984E. Grayscale: #767676. Windows color (decimal): -8493135 or 11626366. OLE color: 11626366.
HSL color Cylindrical-coordinate representation of color #7E67B1: hue angle of 258.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E67B1 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 103 | 177 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.31 |
| HSL | 258.65º | 0.32% | 0.55% | - |
| HSV(B) | 258.65º | 0.42% | 0.69% | - |
| XYZ | 21.39 | 17.31 | 43.81 | - |
| YUV | 118.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 177 | 0.29 | 0.42 | 0 | 0.31 | 258.65 | 0.32 | 0.55 |
| Hex | 7E | 67 | B1 | 1D | 2A | 0 | 1F | 103 | 20 | 37 |
| Octal | 176 | 147 | 261 | 35 | 52 | 0 | 37 | 403 | 40 | 67 |
| Binary | 1111110 | 1100111 | 10110001 | 11101 | 101010 | 0 | 11111 | 100000011 | 100000 | 110111 |
Color Harmonies of #7E67B1
Complementary color
Monochromatic Colors of #7E67B1
Black with #7E67B1
Text Example
Text Example
White with #7E67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E67B1; }
p { color: rgb(126,103,177); }
H1.HeaderClassName
{
color: #7E67B1;
}
.AnyTagClassName
{
color: #7E67B1;
}
</style>
background-color css
<style>
a { background-color: #7E67B1; }
a { background-color: rgb(126,103,177); }
div.DivClassName
{
background-color: #7E67B1;
}
.BgClassName
{
background-color: #7E67B1;
}
</style>
border-color css
<style>
span { border-color: #7E67B1; }
span { border-color: rgb(126,103,177); }
td.TdClassName
{
border-color: #7E67B1;
}
.TagClassName
{
border-color: #7E67B1;
}
</style>