Shades of Portage #8299EA
Tints of Portage #8299EA
RGB
CMYK
RGB Variations
Color information
#8299EA (or 0x8299EA) is known color: Portage. HEX triplet: 82, 99 and EA. RGB value is (130,153,234). Sum of RGB (Red+Green+Blue) = 130+153+234=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8299EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299EA is #7D6615. Grayscale: #9B9B9B. Windows color (decimal): -8218134 or 15374722. OLE color: 15374722.
HSL color Cylindrical-coordinate representation of color #8299EA: hue angle of 226.73º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8299EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 153 | 234 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.08 |
| HSL | 226.73º | 0.71% | 0.71% | - |
| HSV(B) | 226.73º | 0.44% | 0.92% | - |
| XYZ | 35.45 | 33.47 | 82.43 | - |
| YUV | 155.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 234 | 0.44 | 0.35 | 0 | 0.08 | 226.73 | 0.71 | 0.71 |
| Hex | 82 | 99 | EA | 2C | 23 | 0 | 8 | E3 | 47 | 47 |
| Octal | 202 | 231 | 352 | 54 | 43 | 0 | 10 | 343 | 107 | 107 |
| Binary | 10000010 | 10011001 | 11101010 | 101100 | 100011 | 0 | 1000 | 11100011 | 1000111 | 1000111 |
Color Harmonies of #8299EA
Complementary color
Monochromatic Colors of #8299EA
Black with #8299EA
Text Example
Text Example
White with #8299EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299EA; }
p { color: rgb(130,153,234); }
H1.HeaderClassName
{
color: #8299EA;
}
.AnyTagClassName
{
color: #8299EA;
}
</style>
background-color css
<style>
a { background-color: #8299EA; }
a { background-color: rgb(130,153,234); }
div.DivClassName
{
background-color: #8299EA;
}
.BgClassName
{
background-color: #8299EA;
}
</style>
border-color css
<style>
span { border-color: #8299EA; }
span { border-color: rgb(130,153,234); }
td.TdClassName
{
border-color: #8299EA;
}
.TagClassName
{
border-color: #8299EA;
}
</style>