Shades of Portage #8294CE
Tints of Portage #8294CE
RGB
CMYK
RGB Variations
Color information
#8294CE (or 0x8294CE) is known color: Portage. HEX triplet: 82, 94 and CE. RGB value is (130,148,206). Sum of RGB (Red+Green+Blue) = 130+148+206=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8294CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CE is #7D6B31. Grayscale: #949494. Windows color (decimal): -8219442 or 13538434. OLE color: 13538434.
HSL color Cylindrical-coordinate representation of color #8294CE: hue angle of 225.79º 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 #8294CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 148 | 206 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.19 |
| HSL | 225.79º | 0.44% | 0.66% | - |
| HSV(B) | 225.79º | 0.37% | 0.81% | - |
| XYZ | 30.94 | 30.38 | 62.63 | - |
| YUV | 149.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 206 | 0.37 | 0.28 | 0 | 0.19 | 225.79 | 0.44 | 0.66 |
| Hex | 82 | 94 | CE | 25 | 1C | 0 | 13 | E2 | 2C | 42 |
| Octal | 202 | 224 | 316 | 45 | 34 | 0 | 23 | 342 | 54 | 102 |
| Binary | 10000010 | 10010100 | 11001110 | 100101 | 11100 | 0 | 10011 | 11100010 | 101100 | 1000010 |
Color Harmonies of #8294CE
Complementary color
Monochromatic Colors of #8294CE
Black with #8294CE
Text Example
Text Example
White with #8294CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294CE; }
p { color: rgb(130,148,206); }
H1.HeaderClassName
{
color: #8294CE;
}
.AnyTagClassName
{
color: #8294CE;
}
</style>
background-color css
<style>
a { background-color: #8294CE; }
a { background-color: rgb(130,148,206); }
div.DivClassName
{
background-color: #8294CE;
}
.BgClassName
{
background-color: #8294CE;
}
</style>
border-color css
<style>
span { border-color: #8294CE; }
span { border-color: rgb(130,148,206); }
td.TdClassName
{
border-color: #8294CE;
}
.TagClassName
{
border-color: #8294CE;
}
</style>