Shades of Portage #8F99FC
Tints of Portage #8F99FC
RGB
CMYK
RGB Variations
Color information
#8F99FC (or 0x8F99FC) is known color: Portage. HEX triplet: 8F, 99 and FC. RGB value is (143,153,252). Sum of RGB (Red+Green+Blue) = 143+153+252=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F99FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F99FC is #706603. Grayscale: #A0A0A0. Windows color (decimal): -7366148 or 16554383. OLE color: 16554383.
HSL color Cylindrical-coordinate representation of color #8F99FC: hue angle of 234.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F99FC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 153 | 252 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.01 |
| HSL | 234.5º | 0.95% | 0.77% | - |
| HSV(B) | 234.5º | 0.43% | 0.99% | - |
| XYZ | 40.29 | 35.65 | 96.85 | - |
| YUV | 161.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 252 | 0.43 | 0.39 | 0 | 0.01 | 234.5 | 0.95 | 0.77 |
| Hex | 8F | 99 | FC | 2B | 27 | 0 | 1 | EA | 5F | 4D |
| Octal | 217 | 231 | 374 | 53 | 47 | 0 | 1 | 352 | 137 | 115 |
| Binary | 10001111 | 10011001 | 11111100 | 101011 | 100111 | 0 | 1 | 11101010 | 1011111 | 1001101 |
Color Harmonies of #8F99FC
Complementary color
Monochromatic Colors of #8F99FC
Black with #8F99FC
Text Example
Text Example
White with #8F99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99FC; }
p { color: rgb(143,153,252); }
H1.HeaderClassName
{
color: #8F99FC;
}
.AnyTagClassName
{
color: #8F99FC;
}
</style>
background-color css
<style>
a { background-color: #8F99FC; }
a { background-color: rgb(143,153,252); }
div.DivClassName
{
background-color: #8F99FC;
}
.BgClassName
{
background-color: #8F99FC;
}
</style>
border-color css
<style>
span { border-color: #8F99FC; }
span { border-color: rgb(143,153,252); }
td.TdClassName
{
border-color: #8F99FC;
}
.TagClassName
{
border-color: #8F99FC;
}
</style>