Shades of Portage #8292E4
Tints of Portage #8292E4
RGB
CMYK
RGB Variations
Color information
#8292E4 (or 0x8292E4) is known color: Portage. HEX triplet: 82, 92 and E4. RGB value is (130,146,228). Sum of RGB (Red+Green+Blue) = 130+146+228=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #8292E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292E4 is #7D6D1B. Grayscale: #969696. Windows color (decimal): -8219932 or 14979714. OLE color: 14979714.
HSL color Cylindrical-coordinate representation of color #8292E4: hue angle of 230.2º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8292E4 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 146 | 228 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.11 |
| HSL | 230.2º | 0.64% | 0.7% | - |
| HSV(B) | 230.2º | 0.43% | 0.89% | - |
| XYZ | 33.49 | 30.91 | 77.6 | - |
| YUV | 150.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 228 | 0.43 | 0.36 | 0 | 0.11 | 230.2 | 0.64 | 0.7 |
| Hex | 82 | 92 | E4 | 2B | 24 | 0 | B | E6 | 40 | 46 |
| Octal | 202 | 222 | 344 | 53 | 44 | 0 | 13 | 346 | 100 | 106 |
| Binary | 10000010 | 10010010 | 11100100 | 101011 | 100100 | 0 | 1011 | 11100110 | 1000000 | 1000110 |
Color Harmonies of #8292E4
Complementary color
Monochromatic Colors of #8292E4
Black with #8292E4
Text Example
Text Example
White with #8292E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292E4; }
p { color: rgb(130,146,228); }
H1.HeaderClassName
{
color: #8292E4;
}
.AnyTagClassName
{
color: #8292E4;
}
</style>
background-color css
<style>
a { background-color: #8292E4; }
a { background-color: rgb(130,146,228); }
div.DivClassName
{
background-color: #8292E4;
}
.BgClassName
{
background-color: #8292E4;
}
</style>
border-color css
<style>
span { border-color: #8292E4; }
span { border-color: rgb(130,146,228); }
td.TdClassName
{
border-color: #8292E4;
}
.TagClassName
{
border-color: #8292E4;
}
</style>