Shades of Portage #8299EE
Tints of Portage #8299EE
RGB
CMYK
RGB Variations
Color information
#8299EE (or 0x8299EE) is known color: Portage. HEX triplet: 82, 99 and EE. RGB value is (130,153,238). Sum of RGB (Red+Green+Blue) = 130+153+238=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8299EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299EE is #7D6611. Grayscale: #9B9B9B. Windows color (decimal): -8218130 or 15636866. OLE color: 15636866.
HSL color Cylindrical-coordinate representation of color #8299EE: hue angle of 227.22º 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 #8299EE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 153 | 238 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.07 |
| HSL | 227.22º | 0.76% | 0.72% | - |
| HSV(B) | 227.22º | 0.45% | 0.93% | - |
| XYZ | 36.03 | 33.7 | 85.49 | - |
| YUV | 155.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 238 | 0.45 | 0.36 | 0 | 0.07 | 227.22 | 0.76 | 0.72 |
| Hex | 82 | 99 | EE | 2D | 24 | 0 | 7 | E3 | 4C | 48 |
| Octal | 202 | 231 | 356 | 55 | 44 | 0 | 7 | 343 | 114 | 110 |
| Binary | 10000010 | 10011001 | 11101110 | 101101 | 100100 | 0 | 111 | 11100011 | 1001100 | 1001000 |
Color Harmonies of #8299EE
Complementary color
Monochromatic Colors of #8299EE
Black with #8299EE
Text Example
Text Example
White with #8299EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299EE; }
p { color: rgb(130,153,238); }
H1.HeaderClassName
{
color: #8299EE;
}
.AnyTagClassName
{
color: #8299EE;
}
</style>
background-color css
<style>
a { background-color: #8299EE; }
a { background-color: rgb(130,153,238); }
div.DivClassName
{
background-color: #8299EE;
}
.BgClassName
{
background-color: #8299EE;
}
</style>
border-color css
<style>
span { border-color: #8299EE; }
span { border-color: rgb(130,153,238); }
td.TdClassName
{
border-color: #8299EE;
}
.TagClassName
{
border-color: #8299EE;
}
</style>