Shades of Portage #8F9CF8
Tints of Portage #8F9CF8
RGB
CMYK
RGB Variations
Color information
#8F9CF8 (or 0x8F9CF8) is known color: Portage. HEX triplet: 8F, 9C and F8. RGB value is (143,156,248). Sum of RGB (Red+Green+Blue) = 143+156+248=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F9CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CF8 is #706307. Grayscale: #A2A2A2. Windows color (decimal): -7365384 or 16293007. OLE color: 16293007.
HSL color Cylindrical-coordinate representation of color #8F9CF8: hue angle of 232.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9CF8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 156 | 248 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.03 |
| HSL | 232.57º | 0.88% | 0.77% | - |
| HSV(B) | 232.57º | 0.42% | 0.97% | - |
| XYZ | 40.16 | 36.39 | 93.72 | - |
| YUV | 162.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 248 | 0.42 | 0.37 | 0 | 0.03 | 232.57 | 0.88 | 0.77 |
| Hex | 8F | 9C | F8 | 2A | 25 | 0 | 3 | E9 | 58 | 4D |
| Octal | 217 | 234 | 370 | 52 | 45 | 0 | 3 | 351 | 130 | 115 |
| Binary | 10001111 | 10011100 | 11111000 | 101010 | 100101 | 0 | 11 | 11101001 | 1011000 | 1001101 |
Color Harmonies of #8F9CF8
Complementary color
Monochromatic Colors of #8F9CF8
Black with #8F9CF8
Text Example
Text Example
White with #8F9CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CF8; }
p { color: rgb(143,156,248); }
H1.HeaderClassName
{
color: #8F9CF8;
}
.AnyTagClassName
{
color: #8F9CF8;
}
</style>
background-color css
<style>
a { background-color: #8F9CF8; }
a { background-color: rgb(143,156,248); }
div.DivClassName
{
background-color: #8F9CF8;
}
.BgClassName
{
background-color: #8F9CF8;
}
</style>
border-color css
<style>
span { border-color: #8F9CF8; }
span { border-color: rgb(143,156,248); }
td.TdClassName
{
border-color: #8F9CF8;
}
.TagClassName
{
border-color: #8F9CF8;
}
</style>