Shades of Deluge #7F7CAA
Tints of Deluge #7F7CAA
RGB
CMYK
RGB Variations
Color information
#7F7CAA (or 0x7F7CAA) is known color: Deluge. HEX triplet: 7F, 7C and AA. RGB value is (127,124,170). Sum of RGB (Red+Green+Blue) = 127+124+170=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAA is #808355. Grayscale: #818181. Windows color (decimal): -8422230 or 11172991. OLE color: 11172991.
HSL color Cylindrical-coordinate representation of color #7F7CAA: hue angle of 243.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7CAA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 124 | 170 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.33 |
| HSL | 243.91º | 0.21% | 0.58% | - |
| HSV(B) | 243.91º | 0.27% | 0.67% | - |
| XYZ | 23.22 | 21.83 | 41.02 | - |
| YUV | 130.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 170 | 0.25 | 0.27 | 0 | 0.33 | 243.91 | 0.21 | 0.58 |
| Hex | 7F | 7C | AA | 19 | 1B | 0 | 21 | F4 | 15 | 3A |
| Octal | 177 | 174 | 252 | 31 | 33 | 0 | 41 | 364 | 25 | 72 |
| Binary | 1111111 | 1111100 | 10101010 | 11001 | 11011 | 0 | 100001 | 11110100 | 10101 | 111010 |
Color Harmonies of #7F7CAA
Complementary color
Monochromatic Colors of #7F7CAA
Black with #7F7CAA
Text Example
Text Example
White with #7F7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CAA; }
p { color: rgb(127,124,170); }
H1.HeaderClassName
{
color: #7F7CAA;
}
.AnyTagClassName
{
color: #7F7CAA;
}
</style>
background-color css
<style>
a { background-color: #7F7CAA; }
a { background-color: rgb(127,124,170); }
div.DivClassName
{
background-color: #7F7CAA;
}
.BgClassName
{
background-color: #7F7CAA;
}
</style>
border-color css
<style>
span { border-color: #7F7CAA; }
span { border-color: rgb(127,124,170); }
td.TdClassName
{
border-color: #7F7CAA;
}
.TagClassName
{
border-color: #7F7CAA;
}
</style>