Shades of Portage #7883DF
Tints of Portage #7883DF
RGB
CMYK
RGB Variations
Color information
#7883DF (or 0x7883DF) is known color: Portage. HEX triplet: 78, 83 and DF. RGB value is (120,131,223). Sum of RGB (Red+Green+Blue) = 120+131+223=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7883DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883DF is #877C20. Grayscale: #898989. Windows color (decimal): -8879137 or 14648184. OLE color: 14648184.
HSL color Cylindrical-coordinate representation of color #7883DF: hue angle of 233.59º 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 #7883DF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 131 | 223 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.13 |
| HSL | 233.59º | 0.62% | 0.67% | - |
| HSV(B) | 233.59º | 0.46% | 0.87% | - |
| XYZ | 29.18 | 25.55 | 73.21 | - |
| YUV | 138.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 223 | 0.46 | 0.41 | 0 | 0.13 | 233.59 | 0.62 | 0.67 |
| Hex | 78 | 83 | DF | 2E | 29 | 0 | D | EA | 3E | 43 |
| Octal | 170 | 203 | 337 | 56 | 51 | 0 | 15 | 352 | 76 | 103 |
| Binary | 1111000 | 10000011 | 11011111 | 101110 | 101001 | 0 | 1101 | 11101010 | 111110 | 1000011 |
Color Harmonies of #7883DF
Complementary color
Monochromatic Colors of #7883DF
Black with #7883DF
Text Example
Text Example
White with #7883DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883DF; }
p { color: rgb(120,131,223); }
H1.HeaderClassName
{
color: #7883DF;
}
.AnyTagClassName
{
color: #7883DF;
}
</style>
background-color css
<style>
a { background-color: #7883DF; }
a { background-color: rgb(120,131,223); }
div.DivClassName
{
background-color: #7883DF;
}
.BgClassName
{
background-color: #7883DF;
}
</style>
border-color css
<style>
span { border-color: #7883DF; }
span { border-color: rgb(120,131,223); }
td.TdClassName
{
border-color: #7883DF;
}
.TagClassName
{
border-color: #7883DF;
}
</style>