Shades of Portage #8390FC
Tints of Portage #8390FC
RGB
CMYK
RGB Variations
Color information
#8390FC (or 0x8390FC) is known color: Portage. HEX triplet: 83, 90 and FC. RGB value is (131,144,252). Sum of RGB (Red+Green+Blue) = 131+144+252=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #8390FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390FC is #7C6F03. Grayscale: #979797. Windows color (decimal): -8154884 or 16552067. OLE color: 16552067.
HSL color Cylindrical-coordinate representation of color #8390FC: hue angle of 233.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8390FC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 144 | 252 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.01 |
| HSL | 233.55º | 0.95% | 0.75% | - |
| HSV(B) | 233.55º | 0.48% | 0.99% | - |
| XYZ | 36.9 | 31.8 | 96.29 | - |
| YUV | 152.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 252 | 0.48 | 0.43 | 0 | 0.01 | 233.55 | 0.95 | 0.75 |
| Hex | 83 | 90 | FC | 30 | 2B | 0 | 1 | EA | 5F | 4B |
| Octal | 203 | 220 | 374 | 60 | 53 | 0 | 1 | 352 | 137 | 113 |
| Binary | 10000011 | 10010000 | 11111100 | 110000 | 101011 | 0 | 1 | 11101010 | 1011111 | 1001011 |
Color Harmonies of #8390FC
Complementary color
Monochromatic Colors of #8390FC
Black with #8390FC
Text Example
Text Example
White with #8390FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8390FC; }
p { color: rgb(131,144,252); }
H1.HeaderClassName
{
color: #8390FC;
}
.AnyTagClassName
{
color: #8390FC;
}
</style>
background-color css
<style>
a { background-color: #8390FC; }
a { background-color: rgb(131,144,252); }
div.DivClassName
{
background-color: #8390FC;
}
.BgClassName
{
background-color: #8390FC;
}
</style>
border-color css
<style>
span { border-color: #8390FC; }
span { border-color: rgb(131,144,252); }
td.TdClassName
{
border-color: #8390FC;
}
.TagClassName
{
border-color: #8390FC;
}
</style>