Shades of Deluge #7F77B0
Tints of Deluge #7F77B0
RGB
CMYK
RGB Variations
Color information
#7F77B0 (or 0x7F77B0) is known color: Deluge. HEX triplet: 7F, 77 and B0. RGB value is (127,119,176). Sum of RGB (Red+Green+Blue) = 127+119+176=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #7F77B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77B0 is #80884F. Grayscale: #7F7F7F. Windows color (decimal): -8423504 or 11564927. OLE color: 11564927.
HSL color Cylindrical-coordinate representation of color #7F77B0: hue angle of 248.42º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F77B0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 119 | 176 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.31 |
| HSL | 248.42º | 0.27% | 0.58% | - |
| HSV(B) | 248.42º | 0.32% | 0.69% | - |
| XYZ | 23.19 | 20.84 | 43.87 | - |
| YUV | 127.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 176 | 0.28 | 0.32 | 0 | 0.31 | 248.42 | 0.27 | 0.58 |
| Hex | 7F | 77 | B0 | 1C | 20 | 0 | 1F | F8 | 1B | 3A |
| Octal | 177 | 167 | 260 | 34 | 40 | 0 | 37 | 370 | 33 | 72 |
| Binary | 1111111 | 1110111 | 10110000 | 11100 | 100000 | 0 | 11111 | 11111000 | 11011 | 111010 |
Color Harmonies of #7F77B0
Complementary color
Monochromatic Colors of #7F77B0
Black with #7F77B0
Text Example
Text Example
White with #7F77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77B0; }
p { color: rgb(127,119,176); }
H1.HeaderClassName
{
color: #7F77B0;
}
.AnyTagClassName
{
color: #7F77B0;
}
</style>
background-color css
<style>
a { background-color: #7F77B0; }
a { background-color: rgb(127,119,176); }
div.DivClassName
{
background-color: #7F77B0;
}
.BgClassName
{
background-color: #7F77B0;
}
</style>
border-color css
<style>
span { border-color: #7F77B0; }
span { border-color: rgb(127,119,176); }
td.TdClassName
{
border-color: #7F77B0;
}
.TagClassName
{
border-color: #7F77B0;
}
</style>