Shades of Portage #7983DC
Tints of Portage #7983DC
RGB
CMYK
RGB Variations
Color information
#7983DC (or 0x7983DC) is known color: Portage. HEX triplet: 79, 83 and DC. RGB value is (121,131,220). Sum of RGB (Red+Green+Blue) = 121+131+220=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7983DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983DC is #867C23. Grayscale: #898989. Windows color (decimal): -8813604 or 14451577. OLE color: 14451577.
HSL color Cylindrical-coordinate representation of color #7983DC: hue angle of 233.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7983DC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 131 | 220 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.14 |
| HSL | 233.94º | 0.59% | 0.67% | - |
| HSV(B) | 233.94º | 0.45% | 0.86% | - |
| XYZ | 28.92 | 25.46 | 71.1 | - |
| YUV | 138.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 220 | 0.45 | 0.40 | 0 | 0.14 | 233.94 | 0.59 | 0.67 |
| Hex | 79 | 83 | DC | 2D | 28 | 0 | E | EA | 3B | 43 |
| Octal | 171 | 203 | 334 | 55 | 50 | 0 | 16 | 352 | 73 | 103 |
| Binary | 1111001 | 10000011 | 11011100 | 101101 | 101000 | 0 | 1110 | 11101010 | 111011 | 1000011 |
Color Harmonies of #7983DC
Complementary color
Monochromatic Colors of #7983DC
Black with #7983DC
Text Example
Text Example
White with #7983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7983DC; }
p { color: rgb(121,131,220); }
H1.HeaderClassName
{
color: #7983DC;
}
.AnyTagClassName
{
color: #7983DC;
}
</style>
background-color css
<style>
a { background-color: #7983DC; }
a { background-color: rgb(121,131,220); }
div.DivClassName
{
background-color: #7983DC;
}
.BgClassName
{
background-color: #7983DC;
}
</style>
border-color css
<style>
span { border-color: #7983DC; }
span { border-color: rgb(121,131,220); }
td.TdClassName
{
border-color: #7983DC;
}
.TagClassName
{
border-color: #7983DC;
}
</style>