Shades of Portage #7881DA
Tints of Portage #7881DA
RGB
CMYK
RGB Variations
Color information
#7881DA (or 0x7881DA) is known color: Portage. HEX triplet: 78, 81 and DA. RGB value is (120,129,218). Sum of RGB (Red+Green+Blue) = 120+129+218=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7881DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881DA is #877E25. Grayscale: #888888. Windows color (decimal): -8879654 or 14319992. OLE color: 14319992.
HSL color Cylindrical-coordinate representation of color #7881DA: hue angle of 234.49º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7881DA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 129 | 218 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.15 |
| HSL | 234.49º | 0.57% | 0.66% | - |
| HSV(B) | 234.49º | 0.45% | 0.85% | - |
| XYZ | 28.25 | 24.76 | 69.62 | - |
| YUV | 136.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 218 | 0.45 | 0.41 | 0 | 0.15 | 234.49 | 0.57 | 0.66 |
| Hex | 78 | 81 | DA | 2D | 29 | 0 | F | EA | 39 | 42 |
| Octal | 170 | 201 | 332 | 55 | 51 | 0 | 17 | 352 | 71 | 102 |
| Binary | 1111000 | 10000001 | 11011010 | 101101 | 101001 | 0 | 1111 | 11101010 | 111001 | 1000010 |
Color Harmonies of #7881DA
Complementary color
Monochromatic Colors of #7881DA
Black with #7881DA
Text Example
Text Example
White with #7881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881DA; }
p { color: rgb(120,129,218); }
H1.HeaderClassName
{
color: #7881DA;
}
.AnyTagClassName
{
color: #7881DA;
}
</style>
background-color css
<style>
a { background-color: #7881DA; }
a { background-color: rgb(120,129,218); }
div.DivClassName
{
background-color: #7881DA;
}
.BgClassName
{
background-color: #7881DA;
}
</style>
border-color css
<style>
span { border-color: #7881DA; }
span { border-color: rgb(120,129,218); }
td.TdClassName
{
border-color: #7881DA;
}
.TagClassName
{
border-color: #7881DA;
}
</style>