Shades of Portage #788CDF
Tints of Portage #788CDF
RGB
CMYK
RGB Variations
Color information
#788CDF (or 0x788CDF) is known color: Portage. HEX triplet: 78, 8C and DF. RGB value is (120,140,223). Sum of RGB (Red+Green+Blue) = 120+140+223=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #788CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CDF is #877320. Grayscale: #8F8F8F. Windows color (decimal): -8876833 or 14650488. OLE color: 14650488.
HSL color Cylindrical-coordinate representation of color #788CDF: hue angle of 228.35º degrees, saturation: 0.62, 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 #788CDF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 140 | 223 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.13 |
| HSL | 228.35º | 0.62% | 0.67% | - |
| HSV(B) | 228.35º | 0.46% | 0.87% | - |
| XYZ | 30.44 | 28.08 | 73.63 | - |
| YUV | 143.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 223 | 0.46 | 0.37 | 0 | 0.13 | 228.35 | 0.62 | 0.67 |
| Hex | 78 | 8C | DF | 2E | 25 | 0 | D | E4 | 3E | 43 |
| Octal | 170 | 214 | 337 | 56 | 45 | 0 | 15 | 344 | 76 | 103 |
| Binary | 1111000 | 10001100 | 11011111 | 101110 | 100101 | 0 | 1101 | 11100100 | 111110 | 1000011 |
Color Harmonies of #788CDF
Complementary color
Monochromatic Colors of #788CDF
Black with #788CDF
Text Example
Text Example
White with #788CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CDF; }
p { color: rgb(120,140,223); }
H1.HeaderClassName
{
color: #788CDF;
}
.AnyTagClassName
{
color: #788CDF;
}
</style>
background-color css
<style>
a { background-color: #788CDF; }
a { background-color: rgb(120,140,223); }
div.DivClassName
{
background-color: #788CDF;
}
.BgClassName
{
background-color: #788CDF;
}
</style>
border-color css
<style>
span { border-color: #788CDF; }
span { border-color: rgb(120,140,223); }
td.TdClassName
{
border-color: #788CDF;
}
.TagClassName
{
border-color: #788CDF;
}
</style>