Shades of Deluge #7F66AB
Tints of Deluge #7F66AB
RGB
CMYK
RGB Variations
Color information
#7F66AB (or 0x7F66AB) is known color: Deluge. HEX triplet: 7F, 66 and AB. RGB value is (127,102,171). Sum of RGB (Red+Green+Blue) = 127+102+171=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F66AB is #809954. Grayscale: #757575. Windows color (decimal): -8427861 or 11232895. OLE color: 11232895.
HSL color Cylindrical-coordinate representation of color #7F66AB: hue angle of 261.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F66AB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 102 | 171 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.33 |
| HSL | 261.74º | 0.29% | 0.54% | - |
| HSV(B) | 261.74º | 0.4% | 0.67% | - |
| XYZ | 20.85 | 16.96 | 40.7 | - |
| YUV | 117.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 171 | 0.26 | 0.40 | 0 | 0.33 | 261.74 | 0.29 | 0.54 |
| Hex | 7F | 66 | AB | 1A | 28 | 0 | 21 | 106 | 1D | 36 |
| Octal | 177 | 146 | 253 | 32 | 50 | 0 | 41 | 406 | 35 | 66 |
| Binary | 1111111 | 1100110 | 10101011 | 11010 | 101000 | 0 | 100001 | 100000110 | 11101 | 110110 |
Color Harmonies of #7F66AB
Complementary color
Monochromatic Colors of #7F66AB
Black with #7F66AB
Text Example
Text Example
White with #7F66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66AB; }
p { color: rgb(127,102,171); }
H1.HeaderClassName
{
color: #7F66AB;
}
.AnyTagClassName
{
color: #7F66AB;
}
</style>
background-color css
<style>
a { background-color: #7F66AB; }
a { background-color: rgb(127,102,171); }
div.DivClassName
{
background-color: #7F66AB;
}
.BgClassName
{
background-color: #7F66AB;
}
</style>
border-color css
<style>
span { border-color: #7F66AB; }
span { border-color: rgb(127,102,171); }
td.TdClassName
{
border-color: #7F66AB;
}
.TagClassName
{
border-color: #7F66AB;
}
</style>