Shades of Portage #788AD2
Tints of Portage #788AD2
RGB
CMYK
RGB Variations
Color information
#788AD2 (or 0x788AD2) is known color: Portage. HEX triplet: 78, 8A and D2. RGB value is (120,138,210). Sum of RGB (Red+Green+Blue) = 120+138+210=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #788AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AD2 is #87752D. Grayscale: #8C8C8C. Windows color (decimal): -8877358 or 13798008. OLE color: 13798008.
HSL color Cylindrical-coordinate representation of color #788AD2: hue angle of 228º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788AD2 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 138 | 210 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.18 |
| HSL | 228º | 0.5% | 0.65% | - |
| HSV(B) | 228º | 0.43% | 0.82% | - |
| XYZ | 28.47 | 26.82 | 64.65 | - |
| YUV | 140.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 210 | 0.43 | 0.34 | 0 | 0.18 | 228 | 0.5 | 0.65 |
| Hex | 78 | 8A | D2 | 2B | 22 | 0 | 12 | E4 | 32 | 41 |
| Octal | 170 | 212 | 322 | 53 | 42 | 0 | 22 | 344 | 62 | 101 |
| Binary | 1111000 | 10001010 | 11010010 | 101011 | 100010 | 0 | 10010 | 11100100 | 110010 | 1000001 |
Color Harmonies of #788AD2
Complementary color
Monochromatic Colors of #788AD2
Black with #788AD2
Text Example
Text Example
White with #788AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AD2; }
p { color: rgb(120,138,210); }
H1.HeaderClassName
{
color: #788AD2;
}
.AnyTagClassName
{
color: #788AD2;
}
</style>
background-color css
<style>
a { background-color: #788AD2; }
a { background-color: rgb(120,138,210); }
div.DivClassName
{
background-color: #788AD2;
}
.BgClassName
{
background-color: #788AD2;
}
</style>
border-color css
<style>
span { border-color: #788AD2; }
span { border-color: rgb(120,138,210); }
td.TdClassName
{
border-color: #788AD2;
}
.TagClassName
{
border-color: #788AD2;
}
</style>