Shades of Portage #7794DF
Tints of Portage #7794DF
RGB
CMYK
RGB Variations
Color information
#7794DF (or 0x7794DF) is known color: Portage. HEX triplet: 77, 94 and DF. RGB value is (119,148,223). Sum of RGB (Red+Green+Blue) = 119+148+223=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7794DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794DF is #886B20. Grayscale: #939393. Windows color (decimal): -8940321 or 14652535. OLE color: 14652535.
HSL color Cylindrical-coordinate representation of color #7794DF: hue angle of 223.27º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7794DF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 148 | 223 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.13 |
| HSL | 223.27º | 0.62% | 0.67% | - |
| HSV(B) | 223.27º | 0.47% | 0.87% | - |
| XYZ | 31.52 | 30.43 | 74.02 | - |
| YUV | 147.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 223 | 0.47 | 0.34 | 0 | 0.13 | 223.27 | 0.62 | 0.67 |
| Hex | 77 | 94 | DF | 2F | 22 | 0 | D | DF | 3E | 43 |
| Octal | 167 | 224 | 337 | 57 | 42 | 0 | 15 | 337 | 76 | 103 |
| Binary | 1110111 | 10010100 | 11011111 | 101111 | 100010 | 0 | 1101 | 11011111 | 111110 | 1000011 |
Color Harmonies of #7794DF
Complementary color
Monochromatic Colors of #7794DF
Black with #7794DF
Text Example
Text Example
White with #7794DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794DF; }
p { color: rgb(119,148,223); }
H1.HeaderClassName
{
color: #7794DF;
}
.AnyTagClassName
{
color: #7794DF;
}
</style>
background-color css
<style>
a { background-color: #7794DF; }
a { background-color: rgb(119,148,223); }
div.DivClassName
{
background-color: #7794DF;
}
.BgClassName
{
background-color: #7794DF;
}
</style>
border-color css
<style>
span { border-color: #7794DF; }
span { border-color: rgb(119,148,223); }
td.TdClassName
{
border-color: #7794DF;
}
.TagClassName
{
border-color: #7794DF;
}
</style>