Shades of Portage #8291CE
Tints of Portage #8291CE
RGB
CMYK
RGB Variations
Color information
#8291CE (or 0x8291CE) is known color: Portage. HEX triplet: 82, 91 and CE. RGB value is (130,145,206). Sum of RGB (Red+Green+Blue) = 130+145+206=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8291CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291CE is #7D6E31. Grayscale: #939393. Windows color (decimal): -8220210 or 13537666. OLE color: 13537666.
HSL color Cylindrical-coordinate representation of color #8291CE: hue angle of 228.16º 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 #8291CE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 145 | 206 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.19 |
| HSL | 228.16º | 0.44% | 0.66% | - |
| HSV(B) | 228.16º | 0.37% | 0.81% | - |
| XYZ | 30.47 | 29.45 | 62.47 | - |
| YUV | 147.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 206 | 0.37 | 0.30 | 0 | 0.19 | 228.16 | 0.44 | 0.66 |
| Hex | 82 | 91 | CE | 25 | 1E | 0 | 13 | E4 | 2C | 42 |
| Octal | 202 | 221 | 316 | 45 | 36 | 0 | 23 | 344 | 54 | 102 |
| Binary | 10000010 | 10010001 | 11001110 | 100101 | 11110 | 0 | 10011 | 11100100 | 101100 | 1000010 |
Color Harmonies of #8291CE
Complementary color
Monochromatic Colors of #8291CE
Black with #8291CE
Text Example
Text Example
White with #8291CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291CE; }
p { color: rgb(130,145,206); }
H1.HeaderClassName
{
color: #8291CE;
}
.AnyTagClassName
{
color: #8291CE;
}
</style>
background-color css
<style>
a { background-color: #8291CE; }
a { background-color: rgb(130,145,206); }
div.DivClassName
{
background-color: #8291CE;
}
.BgClassName
{
background-color: #8291CE;
}
</style>
border-color css
<style>
span { border-color: #8291CE; }
span { border-color: rgb(130,145,206); }
td.TdClassName
{
border-color: #8291CE;
}
.TagClassName
{
border-color: #8291CE;
}
</style>