Shades of Deluge #7F6BA3
Tints of Deluge #7F6BA3
RGB
CMYK
RGB Variations
Color information
#7F6BA3 (or 0x7F6BA3) is known color: Deluge. HEX triplet: 7F, 6B and A3. RGB value is (127,107,163). Sum of RGB (Red+Green+Blue) = 127+107+163=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F6BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6BA3 is #80945C. Grayscale: #777777. Windows color (decimal): -8426589 or 10709887. OLE color: 10709887.
HSL color Cylindrical-coordinate representation of color #7F6BA3: hue angle of 261.43º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F6BA3 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 107 | 163 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.36 |
| HSL | 261.43º | 0.23% | 0.53% | - |
| HSV(B) | 261.43º | 0.34% | 0.64% | - |
| XYZ | 20.62 | 17.67 | 36.97 | - |
| YUV | 119.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 163 | 0.22 | 0.34 | 0 | 0.36 | 261.43 | 0.23 | 0.53 |
| Hex | 7F | 6B | A3 | 16 | 22 | 0 | 24 | 105 | 17 | 35 |
| Octal | 177 | 153 | 243 | 26 | 42 | 0 | 44 | 405 | 27 | 65 |
| Binary | 1111111 | 1101011 | 10100011 | 10110 | 100010 | 0 | 100100 | 100000101 | 10111 | 110101 |
Color Harmonies of #7F6BA3
Complementary color
Monochromatic Colors of #7F6BA3
Black with #7F6BA3
Text Example
Text Example
White with #7F6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6BA3; }
p { color: rgb(127,107,163); }
H1.HeaderClassName
{
color: #7F6BA3;
}
.AnyTagClassName
{
color: #7F6BA3;
}
</style>
background-color css
<style>
a { background-color: #7F6BA3; }
a { background-color: rgb(127,107,163); }
div.DivClassName
{
background-color: #7F6BA3;
}
.BgClassName
{
background-color: #7F6BA3;
}
</style>
border-color css
<style>
span { border-color: #7F6BA3; }
span { border-color: rgb(127,107,163); }
td.TdClassName
{
border-color: #7F6BA3;
}
.TagClassName
{
border-color: #7F6BA3;
}
</style>