Shades of Portage #788BE4
Tints of Portage #788BE4
RGB
CMYK
RGB Variations
Color information
#788BE4 (or 0x788BE4) is known color: Portage. HEX triplet: 78, 8B and E4. RGB value is (120,139,228). Sum of RGB (Red+Green+Blue) = 120+139+228=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #788BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BE4 is #87741B. Grayscale: #8F8F8F. Windows color (decimal): -8877084 or 14977912. OLE color: 14977912.
HSL color Cylindrical-coordinate representation of color #788BE4: hue angle of 229.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788BE4 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 139 | 228 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.11 |
| HSL | 229.44º | 0.67% | 0.68% | - |
| HSV(B) | 229.44º | 0.47% | 0.89% | - |
| XYZ | 30.98 | 28.06 | 77.18 | - |
| YUV | 143.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 228 | 0.47 | 0.39 | 0 | 0.11 | 229.44 | 0.67 | 0.68 |
| Hex | 78 | 8B | E4 | 2F | 27 | 0 | B | E5 | 43 | 44 |
| Octal | 170 | 213 | 344 | 57 | 47 | 0 | 13 | 345 | 103 | 104 |
| Binary | 1111000 | 10001011 | 11100100 | 101111 | 100111 | 0 | 1011 | 11100101 | 1000011 | 1000100 |
Color Harmonies of #788BE4
Complementary color
Monochromatic Colors of #788BE4
Black with #788BE4
Text Example
Text Example
White with #788BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BE4; }
p { color: rgb(120,139,228); }
H1.HeaderClassName
{
color: #788BE4;
}
.AnyTagClassName
{
color: #788BE4;
}
</style>
background-color css
<style>
a { background-color: #788BE4; }
a { background-color: rgb(120,139,228); }
div.DivClassName
{
background-color: #788BE4;
}
.BgClassName
{
background-color: #788BE4;
}
</style>
border-color css
<style>
span { border-color: #788BE4; }
span { border-color: rgb(120,139,228); }
td.TdClassName
{
border-color: #788BE4;
}
.TagClassName
{
border-color: #788BE4;
}
</style>