Shades of Portage #788AD5
Tints of Portage #788AD5
RGB
CMYK
RGB Variations
Color information
#788AD5 (or 0x788AD5) is known color: Portage. HEX triplet: 78, 8A and D5. RGB value is (120,138,213). Sum of RGB (Red+Green+Blue) = 120+138+213=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #788AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AD5 is #87752A. Grayscale: #8C8C8C. Windows color (decimal): -8877355 or 13994616. OLE color: 13994616.
HSL color Cylindrical-coordinate representation of color #788AD5: hue angle of 228.39º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #788AD5 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 138 | 213 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.16 |
| HSL | 228.39º | 0.53% | 0.65% | - |
| HSV(B) | 228.39º | 0.44% | 0.84% | - |
| XYZ | 28.84 | 26.97 | 66.64 | - |
| YUV | 141.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 213 | 0.44 | 0.35 | 0 | 0.16 | 228.39 | 0.53 | 0.65 |
| Hex | 78 | 8A | D5 | 2C | 23 | 0 | 10 | E4 | 35 | 41 |
| Octal | 170 | 212 | 325 | 54 | 43 | 0 | 20 | 344 | 65 | 101 |
| Binary | 1111000 | 10001010 | 11010101 | 101100 | 100011 | 0 | 10000 | 11100100 | 110101 | 1000001 |
Color Harmonies of #788AD5
Complementary color
Monochromatic Colors of #788AD5
Black with #788AD5
Text Example
Text Example
White with #788AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AD5; }
p { color: rgb(120,138,213); }
H1.HeaderClassName
{
color: #788AD5;
}
.AnyTagClassName
{
color: #788AD5;
}
</style>
background-color css
<style>
a { background-color: #788AD5; }
a { background-color: rgb(120,138,213); }
div.DivClassName
{
background-color: #788AD5;
}
.BgClassName
{
background-color: #788AD5;
}
</style>
border-color css
<style>
span { border-color: #788AD5; }
span { border-color: rgb(120,138,213); }
td.TdClassName
{
border-color: #788AD5;
}
.TagClassName
{
border-color: #788AD5;
}
</style>