Shades of Portage #8292EE
Tints of Portage #8292EE
RGB
CMYK
RGB Variations
Color information
#8292EE (or 0x8292EE) is known color: Portage. HEX triplet: 82, 92 and EE. RGB value is (130,146,238). Sum of RGB (Red+Green+Blue) = 130+146+238=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8292EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8292EE is #7D6D11. Grayscale: #979797. Windows color (decimal): -8219922 or 15635074. OLE color: 15635074.
HSL color Cylindrical-coordinate representation of color #8292EE: hue angle of 231.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8292EE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 146 | 238 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.07 |
| HSL | 231.11º | 0.76% | 0.72% | - |
| HSV(B) | 231.11º | 0.45% | 0.93% | - |
| XYZ | 34.92 | 31.48 | 85.12 | - |
| YUV | 151.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 238 | 0.45 | 0.39 | 0 | 0.07 | 231.11 | 0.76 | 0.72 |
| Hex | 82 | 92 | EE | 2D | 27 | 0 | 7 | E7 | 4C | 48 |
| Octal | 202 | 222 | 356 | 55 | 47 | 0 | 7 | 347 | 114 | 110 |
| Binary | 10000010 | 10010010 | 11101110 | 101101 | 100111 | 0 | 111 | 11100111 | 1001100 | 1001000 |
Color Harmonies of #8292EE
Complementary color
Monochromatic Colors of #8292EE
Black with #8292EE
Text Example
Text Example
White with #8292EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292EE; }
p { color: rgb(130,146,238); }
H1.HeaderClassName
{
color: #8292EE;
}
.AnyTagClassName
{
color: #8292EE;
}
</style>
background-color css
<style>
a { background-color: #8292EE; }
a { background-color: rgb(130,146,238); }
div.DivClassName
{
background-color: #8292EE;
}
.BgClassName
{
background-color: #8292EE;
}
</style>
border-color css
<style>
span { border-color: #8292EE; }
span { border-color: rgb(130,146,238); }
td.TdClassName
{
border-color: #8292EE;
}
.TagClassName
{
border-color: #8292EE;
}
</style>