Shades of Portage #788FDD
Tints of Portage #788FDD
RGB
CMYK
RGB Variations
Color information
#788FDD (or 0x788FDD) is known color: Portage. HEX triplet: 78, 8F and DD. RGB value is (120,143,221). Sum of RGB (Red+Green+Blue) = 120+143+221=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #788FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FDD is #877022. Grayscale: #909090. Windows color (decimal): -8876067 or 14520184. OLE color: 14520184.
HSL color Cylindrical-coordinate representation of color #788FDD: hue angle of 226.34º degrees, saturation: 0.6, 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 #788FDD is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 143 | 221 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.13 |
| HSL | 226.34º | 0.6% | 0.67% | - |
| HSV(B) | 226.34º | 0.46% | 0.87% | - |
| XYZ | 30.62 | 28.86 | 72.36 | - |
| YUV | 145.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 221 | 0.46 | 0.35 | 0 | 0.13 | 226.34 | 0.6 | 0.67 |
| Hex | 78 | 8F | DD | 2E | 23 | 0 | D | E2 | 3C | 43 |
| Octal | 170 | 217 | 335 | 56 | 43 | 0 | 15 | 342 | 74 | 103 |
| Binary | 1111000 | 10001111 | 11011101 | 101110 | 100011 | 0 | 1101 | 11100010 | 111100 | 1000011 |
Color Harmonies of #788FDD
Complementary color
Monochromatic Colors of #788FDD
Black with #788FDD
Text Example
Text Example
White with #788FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FDD; }
p { color: rgb(120,143,221); }
H1.HeaderClassName
{
color: #788FDD;
}
.AnyTagClassName
{
color: #788FDD;
}
</style>
background-color css
<style>
a { background-color: #788FDD; }
a { background-color: rgb(120,143,221); }
div.DivClassName
{
background-color: #788FDD;
}
.BgClassName
{
background-color: #788FDD;
}
</style>
border-color css
<style>
span { border-color: #788FDD; }
span { border-color: rgb(120,143,221); }
td.TdClassName
{
border-color: #788FDD;
}
.TagClassName
{
border-color: #788FDD;
}
</style>