Shades of Portage #788FE0
Tints of Portage #788FE0
RGB
CMYK
RGB Variations
Color information
#788FE0 (or 0x788FE0) is known color: Portage. HEX triplet: 78, 8F and E0. RGB value is (120,143,224). Sum of RGB (Red+Green+Blue) = 120+143+224=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #788FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FE0 is #87701F. Grayscale: #919191. Windows color (decimal): -8876064 or 14716792. OLE color: 14716792.
HSL color Cylindrical-coordinate representation of color #788FE0: hue angle of 226.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788FE0 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 143 | 224 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.12 |
| HSL | 226.73º | 0.63% | 0.67% | - |
| HSV(B) | 226.73º | 0.46% | 0.88% | - |
| XYZ | 31.02 | 29.02 | 74.49 | - |
| YUV | 145.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 224 | 0.46 | 0.36 | 0 | 0.12 | 226.73 | 0.63 | 0.67 |
| Hex | 78 | 8F | E0 | 2E | 24 | 0 | C | E3 | 3F | 43 |
| Octal | 170 | 217 | 340 | 56 | 44 | 0 | 14 | 343 | 77 | 103 |
| Binary | 1111000 | 10001111 | 11100000 | 101110 | 100100 | 0 | 1100 | 11100011 | 111111 | 1000011 |
Color Harmonies of #788FE0
Complementary color
Monochromatic Colors of #788FE0
Black with #788FE0
Text Example
Text Example
White with #788FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FE0; }
p { color: rgb(120,143,224); }
H1.HeaderClassName
{
color: #788FE0;
}
.AnyTagClassName
{
color: #788FE0;
}
</style>
background-color css
<style>
a { background-color: #788FE0; }
a { background-color: rgb(120,143,224); }
div.DivClassName
{
background-color: #788FE0;
}
.BgClassName
{
background-color: #788FE0;
}
</style>
border-color css
<style>
span { border-color: #788FE0; }
span { border-color: rgb(120,143,224); }
td.TdClassName
{
border-color: #788FE0;
}
.TagClassName
{
border-color: #788FE0;
}
</style>