Shades of Deluge #7F75A7
Tints of Deluge #7F75A7
RGB
CMYK
RGB Variations
Color information
#7F75A7 (or 0x7F75A7) is known color: Deluge. HEX triplet: 7F, 75 and A7. RGB value is (127,117,167). Sum of RGB (Red+Green+Blue) = 127+117+167=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F75A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F75A7 is #808A58. Grayscale: #7D7D7D. Windows color (decimal): -8424025 or 10974591. OLE color: 10974591.
HSL color Cylindrical-coordinate representation of color #7F75A7: hue angle of 252º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F75A7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 117 | 167 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.35 |
| HSL | 252º | 0.22% | 0.56% | - |
| HSV(B) | 252º | 0.3% | 0.65% | - |
| XYZ | 22.09 | 20.02 | 39.26 | - |
| YUV | 125.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 167 | 0.24 | 0.30 | 0 | 0.35 | 252 | 0.22 | 0.56 |
| Hex | 7F | 75 | A7 | 18 | 1E | 0 | 23 | FC | 16 | 38 |
| Octal | 177 | 165 | 247 | 30 | 36 | 0 | 43 | 374 | 26 | 70 |
| Binary | 1111111 | 1110101 | 10100111 | 11000 | 11110 | 0 | 100011 | 11111100 | 10110 | 111000 |
Color Harmonies of #7F75A7
Complementary color
Monochromatic Colors of #7F75A7
Black with #7F75A7
Text Example
Text Example
White with #7F75A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F75A7; }
p { color: rgb(127,117,167); }
H1.HeaderClassName
{
color: #7F75A7;
}
.AnyTagClassName
{
color: #7F75A7;
}
</style>
background-color css
<style>
a { background-color: #7F75A7; }
a { background-color: rgb(127,117,167); }
div.DivClassName
{
background-color: #7F75A7;
}
.BgClassName
{
background-color: #7F75A7;
}
</style>
border-color css
<style>
span { border-color: #7F75A7; }
span { border-color: rgb(127,117,167); }
td.TdClassName
{
border-color: #7F75A7;
}
.TagClassName
{
border-color: #7F75A7;
}
</style>