Shades of Portage #788ADF
Tints of Portage #788ADF
RGB
CMYK
RGB Variations
Color information
#788ADF (or 0x788ADF) is known color: Portage. HEX triplet: 78, 8A and DF. RGB value is (120,138,223). Sum of RGB (Red+Green+Blue) = 120+138+223=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #788ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADF is #877520. Grayscale: #8D8D8D. Windows color (decimal): -8877345 or 14649976. OLE color: 14649976.
HSL color Cylindrical-coordinate representation of color #788ADF: hue angle of 229.51º 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 #788ADF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 138 | 223 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.13 |
| HSL | 229.51º | 0.62% | 0.67% | - |
| HSV(B) | 229.51º | 0.46% | 0.87% | - |
| XYZ | 30.15 | 27.5 | 73.53 | - |
| YUV | 142.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 223 | 0.46 | 0.38 | 0 | 0.13 | 229.51 | 0.62 | 0.67 |
| Hex | 78 | 8A | DF | 2E | 26 | 0 | D | E6 | 3E | 43 |
| Octal | 170 | 212 | 337 | 56 | 46 | 0 | 15 | 346 | 76 | 103 |
| Binary | 1111000 | 10001010 | 11011111 | 101110 | 100110 | 0 | 1101 | 11100110 | 111110 | 1000011 |
Color Harmonies of #788ADF
Complementary color
Monochromatic Colors of #788ADF
Black with #788ADF
Text Example
Text Example
White with #788ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ADF; }
p { color: rgb(120,138,223); }
H1.HeaderClassName
{
color: #788ADF;
}
.AnyTagClassName
{
color: #788ADF;
}
</style>
background-color css
<style>
a { background-color: #788ADF; }
a { background-color: rgb(120,138,223); }
div.DivClassName
{
background-color: #788ADF;
}
.BgClassName
{
background-color: #788ADF;
}
</style>
border-color css
<style>
span { border-color: #788ADF; }
span { border-color: rgb(120,138,223); }
td.TdClassName
{
border-color: #788ADF;
}
.TagClassName
{
border-color: #788ADF;
}
</style>