Shades of Portage #8398FE
Tints of Portage #8398FE
RGB
CMYK
RGB Variations
Color information
#8398FE (or 0x8398FE) is known color: Portage. HEX triplet: 83, 98 and FE. RGB value is (131,152,254). Sum of RGB (Red+Green+Blue) = 131+152+254=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8398FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398FE is #7C6701. Grayscale: #9C9C9C. Windows color (decimal): -8152834 or 16685187. OLE color: 16685187.
HSL color Cylindrical-coordinate representation of color #8398FE: hue angle of 229.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8398FE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 152 | 254 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.00 |
| HSL | 229.76º | 0.98% | 0.75% | - |
| HSV(B) | 229.76º | 0.48% | 1% | - |
| XYZ | 38.48 | 34.44 | 98.39 | - |
| YUV | 157.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 254 | 0.48 | 0.40 | 0 | 0.00 | 229.76 | 0.98 | 0.75 |
| Hex | 83 | 98 | FE | 30 | 28 | 0 | 0 | E6 | 62 | 4B |
| Octal | 203 | 230 | 376 | 60 | 50 | 0 | 0 | 346 | 142 | 113 |
| Binary | 10000011 | 10011000 | 11111110 | 110000 | 101000 | 0 | 0 | 11100110 | 1100010 | 1001011 |
Color Harmonies of #8398FE
Complementary color
Monochromatic Colors of #8398FE
Black with #8398FE
Text Example
Text Example
White with #8398FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398FE; }
p { color: rgb(131,152,254); }
H1.HeaderClassName
{
color: #8398FE;
}
.AnyTagClassName
{
color: #8398FE;
}
</style>
background-color css
<style>
a { background-color: #8398FE; }
a { background-color: rgb(131,152,254); }
div.DivClassName
{
background-color: #8398FE;
}
.BgClassName
{
background-color: #8398FE;
}
</style>
border-color css
<style>
span { border-color: #8398FE; }
span { border-color: rgb(131,152,254); }
td.TdClassName
{
border-color: #8398FE;
}
.TagClassName
{
border-color: #8398FE;
}
</style>