Shades of Portage #8390FB
Tints of Portage #8390FB
RGB
CMYK
RGB Variations
Color information
#8390FB (or 0x8390FB) is known color: Portage. HEX triplet: 83, 90 and FB. RGB value is (131,144,251). Sum of RGB (Red+Green+Blue) = 131+144+251=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #8390FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390FB is #7C6F04. Grayscale: #979797. Windows color (decimal): -8154885 or 16486531. OLE color: 16486531.
HSL color Cylindrical-coordinate representation of color #8390FB: hue angle of 233.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8390FB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 144 | 251 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.02 |
| HSL | 233.5º | 0.94% | 0.75% | - |
| HSV(B) | 233.5º | 0.48% | 0.98% | - |
| XYZ | 36.75 | 31.74 | 95.46 | - |
| YUV | 152.31 | 183.69 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 251 | 0.48 | 0.43 | 0 | 0.02 | 233.5 | 0.94 | 0.75 |
| Hex | 83 | 90 | FB | 30 | 2B | 0 | 2 | EA | 5E | 4B |
| Octal | 203 | 220 | 373 | 60 | 53 | 0 | 2 | 352 | 136 | 113 |
| Binary | 10000011 | 10010000 | 11111011 | 110000 | 101011 | 0 | 10 | 11101010 | 1011110 | 1001011 |
Color Harmonies of #8390FB
Complementary color
Monochromatic Colors of #8390FB
Black with #8390FB
Text Example
Text Example
White with #8390FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8390FB; }
p { color: rgb(131,144,251); }
H1.HeaderClassName
{
color: #8390FB;
}
.AnyTagClassName
{
color: #8390FB;
}
</style>
background-color css
<style>
a { background-color: #8390FB; }
a { background-color: rgb(131,144,251); }
div.DivClassName
{
background-color: #8390FB;
}
.BgClassName
{
background-color: #8390FB;
}
</style>
border-color css
<style>
span { border-color: #8390FB; }
span { border-color: rgb(131,144,251); }
td.TdClassName
{
border-color: #8390FB;
}
.TagClassName
{
border-color: #8390FB;
}
</style>