Shades of Deluge #7F72A8
Tints of Deluge #7F72A8
RGB
CMYK
RGB Variations
Color information
#7F72A8 (or 0x7F72A8) is known color: Deluge. HEX triplet: 7F, 72 and A8. RGB value is (127,114,168). Sum of RGB (Red+Green+Blue) = 127+114+168=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #7F72A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F72A8 is #808D57. Grayscale: #7B7B7B. Windows color (decimal): -8424792 or 11039359. OLE color: 11039359.
HSL color Cylindrical-coordinate representation of color #7F72A8: hue angle of 254.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F72A8 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 114 | 168 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.34 |
| HSL | 254.44º | 0.24% | 0.55% | - |
| HSV(B) | 254.44º | 0.32% | 0.66% | - |
| XYZ | 21.84 | 19.37 | 39.63 | - |
| YUV | 124.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 168 | 0.24 | 0.32 | 0 | 0.34 | 254.44 | 0.24 | 0.55 |
| Hex | 7F | 72 | A8 | 18 | 20 | 0 | 22 | FE | 18 | 37 |
| Octal | 177 | 162 | 250 | 30 | 40 | 0 | 42 | 376 | 30 | 67 |
| Binary | 1111111 | 1110010 | 10101000 | 11000 | 100000 | 0 | 100010 | 11111110 | 11000 | 110111 |
Color Harmonies of #7F72A8
Complementary color
Monochromatic Colors of #7F72A8
Black with #7F72A8
Text Example
Text Example
White with #7F72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F72A8; }
p { color: rgb(127,114,168); }
H1.HeaderClassName
{
color: #7F72A8;
}
.AnyTagClassName
{
color: #7F72A8;
}
</style>
background-color css
<style>
a { background-color: #7F72A8; }
a { background-color: rgb(127,114,168); }
div.DivClassName
{
background-color: #7F72A8;
}
.BgClassName
{
background-color: #7F72A8;
}
</style>
border-color css
<style>
span { border-color: #7F72A8; }
span { border-color: rgb(127,114,168); }
td.TdClassName
{
border-color: #7F72A8;
}
.TagClassName
{
border-color: #7F72A8;
}
</style>