Shades of Portage #8290CE
Tints of Portage #8290CE
RGB
CMYK
RGB Variations
Color information
#8290CE (or 0x8290CE) is known color: Portage. HEX triplet: 82, 90 and CE. RGB value is (130,144,206). Sum of RGB (Red+Green+Blue) = 130+144+206=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #8290CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290CE is #7D6F31. Grayscale: #929292. Windows color (decimal): -8220466 or 13537410. OLE color: 13537410.
HSL color Cylindrical-coordinate representation of color #8290CE: hue angle of 228.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8290CE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 144 | 206 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.19 |
| HSL | 228.95º | 0.44% | 0.66% | - |
| HSV(B) | 228.95º | 0.37% | 0.81% | - |
| XYZ | 30.32 | 29.15 | 62.42 | - |
| YUV | 146.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 206 | 0.37 | 0.30 | 0 | 0.19 | 228.95 | 0.44 | 0.66 |
| Hex | 82 | 90 | CE | 25 | 1E | 0 | 13 | E5 | 2C | 42 |
| Octal | 202 | 220 | 316 | 45 | 36 | 0 | 23 | 345 | 54 | 102 |
| Binary | 10000010 | 10010000 | 11001110 | 100101 | 11110 | 0 | 10011 | 11100101 | 101100 | 1000010 |
Color Harmonies of #8290CE
Complementary color
Monochromatic Colors of #8290CE
Black with #8290CE
Text Example
Text Example
White with #8290CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290CE; }
p { color: rgb(130,144,206); }
H1.HeaderClassName
{
color: #8290CE;
}
.AnyTagClassName
{
color: #8290CE;
}
</style>
background-color css
<style>
a { background-color: #8290CE; }
a { background-color: rgb(130,144,206); }
div.DivClassName
{
background-color: #8290CE;
}
.BgClassName
{
background-color: #8290CE;
}
</style>
border-color css
<style>
span { border-color: #8290CE; }
span { border-color: rgb(130,144,206); }
td.TdClassName
{
border-color: #8290CE;
}
.TagClassName
{
border-color: #8290CE;
}
</style>