Shades of Portage #8F9FFC
Tints of Portage #8F9FFC
RGB
CMYK
RGB Variations
Color information
#8F9FFC (or 0x8F9FFC) is known color: Portage. HEX triplet: 8F, 9F and FC. RGB value is (143,159,252). Sum of RGB (Red+Green+Blue) = 143+159+252=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FFC is #706003. Grayscale: #A4A4A4. Windows color (decimal): -7364612 or 16555919. OLE color: 16555919.
HSL color Cylindrical-coordinate representation of color #8F9FFC: hue angle of 231.19º 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 #8F9FFC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 159 | 252 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.01 |
| HSL | 231.19º | 0.95% | 0.77% | - |
| HSV(B) | 231.19º | 0.43% | 0.99% | - |
| XYZ | 41.3 | 37.66 | 97.19 | - |
| YUV | 164.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 252 | 0.43 | 0.37 | 0 | 0.01 | 231.19 | 0.95 | 0.77 |
| Hex | 8F | 9F | FC | 2B | 25 | 0 | 1 | E7 | 5F | 4D |
| Octal | 217 | 237 | 374 | 53 | 45 | 0 | 1 | 347 | 137 | 115 |
| Binary | 10001111 | 10011111 | 11111100 | 101011 | 100101 | 0 | 1 | 11100111 | 1011111 | 1001101 |
Color Harmonies of #8F9FFC
Complementary color
Monochromatic Colors of #8F9FFC
Black with #8F9FFC
Text Example
Text Example
White with #8F9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FFC; }
p { color: rgb(143,159,252); }
H1.HeaderClassName
{
color: #8F9FFC;
}
.AnyTagClassName
{
color: #8F9FFC;
}
</style>
background-color css
<style>
a { background-color: #8F9FFC; }
a { background-color: rgb(143,159,252); }
div.DivClassName
{
background-color: #8F9FFC;
}
.BgClassName
{
background-color: #8F9FFC;
}
</style>
border-color css
<style>
span { border-color: #8F9FFC; }
span { border-color: rgb(143,159,252); }
td.TdClassName
{
border-color: #8F9FFC;
}
.TagClassName
{
border-color: #8F9FFC;
}
</style>