Shades of Deluge #7F69A2
Tints of Deluge #7F69A2
RGB
CMYK
RGB Variations
Color information
#7F69A2 (or 0x7F69A2) is known color: Deluge. HEX triplet: 7F, 69 and A2. RGB value is (127,105,162). Sum of RGB (Red+Green+Blue) = 127+105+162=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F69A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F69A2 is #80965D. Grayscale: #757575. Windows color (decimal): -8427102 or 10643839. OLE color: 10643839.
HSL color Cylindrical-coordinate representation of color #7F69A2: hue angle of 263.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F69A2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 105 | 162 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.36 |
| HSL | 263.16º | 0.23% | 0.52% | - |
| HSV(B) | 263.16º | 0.35% | 0.64% | - |
| XYZ | 20.33 | 17.22 | 36.44 | - |
| YUV | 118.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 162 | 0.22 | 0.35 | 0 | 0.36 | 263.16 | 0.23 | 0.52 |
| Hex | 7F | 69 | A2 | 16 | 23 | 0 | 24 | 107 | 17 | 34 |
| Octal | 177 | 151 | 242 | 26 | 43 | 0 | 44 | 407 | 27 | 64 |
| Binary | 1111111 | 1101001 | 10100010 | 10110 | 100011 | 0 | 100100 | 100000111 | 10111 | 110100 |
Color Harmonies of #7F69A2
Complementary color
Monochromatic Colors of #7F69A2
Black with #7F69A2
Text Example
Text Example
White with #7F69A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69A2; }
p { color: rgb(127,105,162); }
H1.HeaderClassName
{
color: #7F69A2;
}
.AnyTagClassName
{
color: #7F69A2;
}
</style>
background-color css
<style>
a { background-color: #7F69A2; }
a { background-color: rgb(127,105,162); }
div.DivClassName
{
background-color: #7F69A2;
}
.BgClassName
{
background-color: #7F69A2;
}
</style>
border-color css
<style>
span { border-color: #7F69A2; }
span { border-color: rgb(127,105,162); }
td.TdClassName
{
border-color: #7F69A2;
}
.TagClassName
{
border-color: #7F69A2;
}
</style>