Shades of Deluge #7F75AA
Tints of Deluge #7F75AA
RGB
CMYK
RGB Variations
Color information
#7F75AA (or 0x7F75AA) is known color: Deluge. HEX triplet: 7F, 75 and AA. RGB value is (127,117,170). Sum of RGB (Red+Green+Blue) = 127+117+170=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F75AA is #808A55. Grayscale: #7D7D7D. Windows color (decimal): -8424022 or 11171199. OLE color: 11171199.
HSL color Cylindrical-coordinate representation of color #7F75AA: hue angle of 251.32º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F75AA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 117 | 170 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.33 |
| HSL | 251.32º | 0.24% | 0.56% | - |
| HSV(B) | 251.32º | 0.31% | 0.67% | - |
| XYZ | 22.37 | 20.14 | 40.74 | - |
| YUV | 126.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 170 | 0.25 | 0.31 | 0 | 0.33 | 251.32 | 0.24 | 0.56 |
| Hex | 7F | 75 | AA | 19 | 1F | 0 | 21 | FB | 18 | 38 |
| Octal | 177 | 165 | 252 | 31 | 37 | 0 | 41 | 373 | 30 | 70 |
| Binary | 1111111 | 1110101 | 10101010 | 11001 | 11111 | 0 | 100001 | 11111011 | 11000 | 111000 |
Color Harmonies of #7F75AA
Complementary color
Monochromatic Colors of #7F75AA
Black with #7F75AA
Text Example
Text Example
White with #7F75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F75AA; }
p { color: rgb(127,117,170); }
H1.HeaderClassName
{
color: #7F75AA;
}
.AnyTagClassName
{
color: #7F75AA;
}
</style>
background-color css
<style>
a { background-color: #7F75AA; }
a { background-color: rgb(127,117,170); }
div.DivClassName
{
background-color: #7F75AA;
}
.BgClassName
{
background-color: #7F75AA;
}
</style>
border-color css
<style>
span { border-color: #7F75AA; }
span { border-color: rgb(127,117,170); }
td.TdClassName
{
border-color: #7F75AA;
}
.TagClassName
{
border-color: #7F75AA;
}
</style>