Shades of Deluge #7F75AD
Tints of Deluge #7F75AD
RGB
CMYK
RGB Variations
Color information
#7F75AD (or 0x7F75AD) is known color: Deluge. HEX triplet: 7F, 75 and AD. RGB value is (127,117,173). Sum of RGB (Red+Green+Blue) = 127+117+173=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F75AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F75AD is #808A52. Grayscale: #7E7E7E. Windows color (decimal): -8424019 or 11367807. OLE color: 11367807.
HSL color Cylindrical-coordinate representation of color #7F75AD: hue angle of 250.71º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F75AD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 117 | 173 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.32 |
| HSL | 250.71º | 0.25% | 0.57% | - |
| HSV(B) | 250.71º | 0.32% | 0.68% | - |
| XYZ | 22.66 | 20.25 | 42.25 | - |
| YUV | 126.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 173 | 0.27 | 0.32 | 0 | 0.32 | 250.71 | 0.25 | 0.57 |
| Hex | 7F | 75 | AD | 1B | 20 | 0 | 20 | FB | 19 | 39 |
| Octal | 177 | 165 | 255 | 33 | 40 | 0 | 40 | 373 | 31 | 71 |
| Binary | 1111111 | 1110101 | 10101101 | 11011 | 100000 | 0 | 100000 | 11111011 | 11001 | 111001 |
Color Harmonies of #7F75AD
Complementary color
Monochromatic Colors of #7F75AD
Black with #7F75AD
Text Example
Text Example
White with #7F75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F75AD; }
p { color: rgb(127,117,173); }
H1.HeaderClassName
{
color: #7F75AD;
}
.AnyTagClassName
{
color: #7F75AD;
}
</style>
background-color css
<style>
a { background-color: #7F75AD; }
a { background-color: rgb(127,117,173); }
div.DivClassName
{
background-color: #7F75AD;
}
.BgClassName
{
background-color: #7F75AD;
}
</style>
border-color css
<style>
span { border-color: #7F75AD; }
span { border-color: rgb(127,117,173); }
td.TdClassName
{
border-color: #7F75AD;
}
.TagClassName
{
border-color: #7F75AD;
}
</style>