Shades of Portage #808FF8
Tints of Portage #808FF8
RGB
CMYK
RGB Variations
Color information
#808FF8 (or 0x808FF8) is known color: Portage. HEX triplet: 80, 8F and F8. RGB value is (128,143,248). Sum of RGB (Red+Green+Blue) = 128+143+248=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #808FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FF8 is #7F7007. Grayscale: #969696. Windows color (decimal): -8351752 or 16289664. OLE color: 16289664.
HSL color Cylindrical-coordinate representation of color #808FF8: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808FF8 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 143 | 248 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.03 |
| HSL | 232.5º | 0.9% | 0.74% | - |
| HSV(B) | 232.5º | 0.48% | 0.97% | - |
| XYZ | 35.67 | 31.01 | 92.91 | - |
| YUV | 150.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 248 | 0.48 | 0.42 | 0 | 0.03 | 232.5 | 0.9 | 0.74 |
| Hex | 80 | 8F | F8 | 30 | 2A | 0 | 3 | E8 | 5A | 4A |
| Octal | 200 | 217 | 370 | 60 | 52 | 0 | 3 | 350 | 132 | 112 |
| Binary | 10000000 | 10001111 | 11111000 | 110000 | 101010 | 0 | 11 | 11101000 | 1011010 | 1001010 |
Color Harmonies of #808FF8
Complementary color
Monochromatic Colors of #808FF8
Black with #808FF8
Text Example
Text Example
White with #808FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FF8; }
p { color: rgb(128,143,248); }
H1.HeaderClassName
{
color: #808FF8;
}
.AnyTagClassName
{
color: #808FF8;
}
</style>
background-color css
<style>
a { background-color: #808FF8; }
a { background-color: rgb(128,143,248); }
div.DivClassName
{
background-color: #808FF8;
}
.BgClassName
{
background-color: #808FF8;
}
</style>
border-color css
<style>
span { border-color: #808FF8; }
span { border-color: rgb(128,143,248); }
td.TdClassName
{
border-color: #808FF8;
}
.TagClassName
{
border-color: #808FF8;
}
</style>