Shades of Portage #8295F8
Tints of Portage #8295F8
RGB
CMYK
RGB Variations
Color information
#8295F8 (or 0x8295F8) is known color: Portage. HEX triplet: 82, 95 and F8. RGB value is (130,149,248). Sum of RGB (Red+Green+Blue) = 130+149+248=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #8295F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295F8 is #7D6A07. Grayscale: #9A9A9A. Windows color (decimal): -8219144 or 16291202. OLE color: 16291202.
HSL color Cylindrical-coordinate representation of color #8295F8: hue angle of 230.34º degrees, saturation: 0.89, 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 #8295F8 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 149 | 248 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.03 |
| HSL | 230.34º | 0.89% | 0.74% | - |
| HSV(B) | 230.34º | 0.48% | 0.97% | - |
| XYZ | 36.9 | 33.02 | 93.24 | - |
| YUV | 154.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 248 | 0.48 | 0.40 | 0 | 0.03 | 230.34 | 0.89 | 0.74 |
| Hex | 82 | 95 | F8 | 30 | 28 | 0 | 3 | E6 | 59 | 4A |
| Octal | 202 | 225 | 370 | 60 | 50 | 0 | 3 | 346 | 131 | 112 |
| Binary | 10000010 | 10010101 | 11111000 | 110000 | 101000 | 0 | 11 | 11100110 | 1011001 | 1001010 |
Color Harmonies of #8295F8
Complementary color
Monochromatic Colors of #8295F8
Black with #8295F8
Text Example
Text Example
White with #8295F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295F8; }
p { color: rgb(130,149,248); }
H1.HeaderClassName
{
color: #8295F8;
}
.AnyTagClassName
{
color: #8295F8;
}
</style>
background-color css
<style>
a { background-color: #8295F8; }
a { background-color: rgb(130,149,248); }
div.DivClassName
{
background-color: #8295F8;
}
.BgClassName
{
background-color: #8295F8;
}
</style>
border-color css
<style>
span { border-color: #8295F8; }
span { border-color: rgb(130,149,248); }
td.TdClassName
{
border-color: #8295F8;
}
.TagClassName
{
border-color: #8295F8;
}
</style>