Shades of Portage #7994DF
Tints of Portage #7994DF
RGB
CMYK
RGB Variations
Color information
#7994DF (or 0x7994DF) is known color: Portage. HEX triplet: 79, 94 and DF. RGB value is (121,148,223). Sum of RGB (Red+Green+Blue) = 121+148+223=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #7994DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994DF is #866B20. Grayscale: #949494. Windows color (decimal): -8809249 or 14652537. OLE color: 14652537.
HSL color Cylindrical-coordinate representation of color #7994DF: hue angle of 224.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7994DF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 148 | 223 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.13 |
| HSL | 224.12º | 0.61% | 0.67% | - |
| HSV(B) | 224.12º | 0.46% | 0.87% | - |
| XYZ | 31.79 | 30.57 | 74.04 | - |
| YUV | 148.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 223 | 0.46 | 0.34 | 0 | 0.13 | 224.12 | 0.61 | 0.67 |
| Hex | 79 | 94 | DF | 2E | 22 | 0 | D | E0 | 3D | 43 |
| Octal | 171 | 224 | 337 | 56 | 42 | 0 | 15 | 340 | 75 | 103 |
| Binary | 1111001 | 10010100 | 11011111 | 101110 | 100010 | 0 | 1101 | 11100000 | 111101 | 1000011 |
Color Harmonies of #7994DF
Complementary color
Monochromatic Colors of #7994DF
Black with #7994DF
Text Example
Text Example
White with #7994DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7994DF; }
p { color: rgb(121,148,223); }
H1.HeaderClassName
{
color: #7994DF;
}
.AnyTagClassName
{
color: #7994DF;
}
</style>
background-color css
<style>
a { background-color: #7994DF; }
a { background-color: rgb(121,148,223); }
div.DivClassName
{
background-color: #7994DF;
}
.BgClassName
{
background-color: #7994DF;
}
</style>
border-color css
<style>
span { border-color: #7994DF; }
span { border-color: rgb(121,148,223); }
td.TdClassName
{
border-color: #7994DF;
}
.TagClassName
{
border-color: #7994DF;
}
</style>