Shades of Deluge #7F72A5
Tints of Deluge #7F72A5
RGB
CMYK
RGB Variations
Color information
#7F72A5 (or 0x7F72A5) is known color: Deluge. HEX triplet: 7F, 72 and A5. RGB value is (127,114,165). Sum of RGB (Red+Green+Blue) = 127+114+165=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F72A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F72A5 is #808D5A. Grayscale: #7B7B7B. Windows color (decimal): -8424795 or 10842751. OLE color: 10842751.
HSL color Cylindrical-coordinate representation of color #7F72A5: hue angle of 255.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F72A5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 114 | 165 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.35 |
| HSL | 255.29º | 0.22% | 0.55% | - |
| HSV(B) | 255.29º | 0.31% | 0.65% | - |
| XYZ | 21.56 | 19.26 | 38.18 | - |
| YUV | 123.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 165 | 0.23 | 0.31 | 0 | 0.35 | 255.29 | 0.22 | 0.55 |
| Hex | 7F | 72 | A5 | 17 | 1F | 0 | 23 | FF | 16 | 37 |
| Octal | 177 | 162 | 245 | 27 | 37 | 0 | 43 | 377 | 26 | 67 |
| Binary | 1111111 | 1110010 | 10100101 | 10111 | 11111 | 0 | 100011 | 11111111 | 10110 | 110111 |
Color Harmonies of #7F72A5
Complementary color
Monochromatic Colors of #7F72A5
Black with #7F72A5
Text Example
Text Example
White with #7F72A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F72A5; }
p { color: rgb(127,114,165); }
H1.HeaderClassName
{
color: #7F72A5;
}
.AnyTagClassName
{
color: #7F72A5;
}
</style>
background-color css
<style>
a { background-color: #7F72A5; }
a { background-color: rgb(127,114,165); }
div.DivClassName
{
background-color: #7F72A5;
}
.BgClassName
{
background-color: #7F72A5;
}
</style>
border-color css
<style>
span { border-color: #7F72A5; }
span { border-color: rgb(127,114,165); }
td.TdClassName
{
border-color: #7F72A5;
}
.TagClassName
{
border-color: #7F72A5;
}
</style>