Shades of Deluge #7F69A7
Tints of Deluge #7F69A7
RGB
CMYK
RGB Variations
Color information
#7F69A7 (or 0x7F69A7) is known color: Deluge. HEX triplet: 7F, 69 and A7. RGB value is (127,105,167). Sum of RGB (Red+Green+Blue) = 127+105+167=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F69A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F69A7 is #809658. Grayscale: #767676. Windows color (decimal): -8427097 or 10971519. OLE color: 10971519.
HSL color Cylindrical-coordinate representation of color #7F69A7: hue angle of 261.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F69A7 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 105 | 167 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.35 |
| HSL | 261.29º | 0.26% | 0.53% | - |
| HSV(B) | 261.29º | 0.37% | 0.65% | - |
| XYZ | 20.78 | 17.41 | 38.82 | - |
| YUV | 118.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 167 | 0.24 | 0.37 | 0 | 0.35 | 261.29 | 0.26 | 0.53 |
| Hex | 7F | 69 | A7 | 18 | 25 | 0 | 23 | 105 | 1A | 35 |
| Octal | 177 | 151 | 247 | 30 | 45 | 0 | 43 | 405 | 32 | 65 |
| Binary | 1111111 | 1101001 | 10100111 | 11000 | 100101 | 0 | 100011 | 100000101 | 11010 | 110101 |
Color Harmonies of #7F69A7
Complementary color
Monochromatic Colors of #7F69A7
Black with #7F69A7
Text Example
Text Example
White with #7F69A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69A7; }
p { color: rgb(127,105,167); }
H1.HeaderClassName
{
color: #7F69A7;
}
.AnyTagClassName
{
color: #7F69A7;
}
</style>
background-color css
<style>
a { background-color: #7F69A7; }
a { background-color: rgb(127,105,167); }
div.DivClassName
{
background-color: #7F69A7;
}
.BgClassName
{
background-color: #7F69A7;
}
</style>
border-color css
<style>
span { border-color: #7F69A7; }
span { border-color: rgb(127,105,167); }
td.TdClassName
{
border-color: #7F69A7;
}
.TagClassName
{
border-color: #7F69A7;
}
</style>