Shades of Deluge #7F7BA8
Tints of Deluge #7F7BA8
RGB
CMYK
RGB Variations
Color information
#7F7BA8 (or 0x7F7BA8) is known color: Deluge. HEX triplet: 7F, 7B and A8. RGB value is (127,123,168). Sum of RGB (Red+Green+Blue) = 127+123+168=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 168 - color contains mainly: blue. Hex color #7F7BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BA8 is #808457. Grayscale: #818181. Windows color (decimal): -8422488 or 11041663. OLE color: 11041663.
HSL color Cylindrical-coordinate representation of color #7F7BA8: hue angle of 245.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7BA8 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 123 | 168 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.34 |
| HSL | 245.33º | 0.21% | 0.57% | - |
| HSV(B) | 245.33º | 0.27% | 0.66% | - |
| XYZ | 22.9 | 21.51 | 39.99 | - |
| YUV | 129.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 168 | 0.24 | 0.27 | 0 | 0.34 | 245.33 | 0.21 | 0.57 |
| Hex | 7F | 7B | A8 | 18 | 1B | 0 | 22 | F5 | 15 | 39 |
| Octal | 177 | 173 | 250 | 30 | 33 | 0 | 42 | 365 | 25 | 71 |
| Binary | 1111111 | 1111011 | 10101000 | 11000 | 11011 | 0 | 100010 | 11110101 | 10101 | 111001 |
Color Harmonies of #7F7BA8
Complementary color
Monochromatic Colors of #7F7BA8
Black with #7F7BA8
Text Example
Text Example
White with #7F7BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7BA8; }
p { color: rgb(127,123,168); }
H1.HeaderClassName
{
color: #7F7BA8;
}
.AnyTagClassName
{
color: #7F7BA8;
}
</style>
background-color css
<style>
a { background-color: #7F7BA8; }
a { background-color: rgb(127,123,168); }
div.DivClassName
{
background-color: #7F7BA8;
}
.BgClassName
{
background-color: #7F7BA8;
}
</style>
border-color css
<style>
span { border-color: #7F7BA8; }
span { border-color: rgb(127,123,168); }
td.TdClassName
{
border-color: #7F7BA8;
}
.TagClassName
{
border-color: #7F7BA8;
}
</style>