Shades of Deluge #7F7BAD
Tints of Deluge #7F7BAD
RGB
CMYK
RGB Variations
Color information
#7F7BAD (or 0x7F7BAD) is known color: Deluge. HEX triplet: 7F, 7B and AD. RGB value is (127,123,173). Sum of RGB (Red+Green+Blue) = 127+123+173=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F7BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BAD is #808452. Grayscale: #818181. Windows color (decimal): -8422483 or 11369343. OLE color: 11369343.
HSL color Cylindrical-coordinate representation of color #7F7BAD: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F7BAD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 123 | 173 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.32 |
| HSL | 244.8º | 0.23% | 0.58% | - |
| HSV(B) | 244.8º | 0.29% | 0.68% | - |
| XYZ | 23.38 | 21.7 | 42.49 | - |
| YUV | 129.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 173 | 0.27 | 0.29 | 0 | 0.32 | 244.8 | 0.23 | 0.58 |
| Hex | 7F | 7B | AD | 1B | 1D | 0 | 20 | F5 | 17 | 3A |
| Octal | 177 | 173 | 255 | 33 | 35 | 0 | 40 | 365 | 27 | 72 |
| Binary | 1111111 | 1111011 | 10101101 | 11011 | 11101 | 0 | 100000 | 11110101 | 10111 | 111010 |
Color Harmonies of #7F7BAD
Complementary color
Monochromatic Colors of #7F7BAD
Black with #7F7BAD
Text Example
Text Example
White with #7F7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7BAD; }
p { color: rgb(127,123,173); }
H1.HeaderClassName
{
color: #7F7BAD;
}
.AnyTagClassName
{
color: #7F7BAD;
}
</style>
background-color css
<style>
a { background-color: #7F7BAD; }
a { background-color: rgb(127,123,173); }
div.DivClassName
{
background-color: #7F7BAD;
}
.BgClassName
{
background-color: #7F7BAD;
}
</style>
border-color css
<style>
span { border-color: #7F7BAD; }
span { border-color: rgb(127,123,173); }
td.TdClassName
{
border-color: #7F7BAD;
}
.TagClassName
{
border-color: #7F7BAD;
}
</style>