Shades of Portage #8FA8F0
Tints of Portage #8FA8F0
RGB
CMYK
RGB Variations
Color information
#8FA8F0 (or 0x8FA8F0) is known color: Portage. HEX triplet: 8F, A8 and F0. RGB value is (143,168,240). Sum of RGB (Red+Green+Blue) = 143+168+240=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FA8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8F0 is #70570F. Grayscale: #A8A8A8. Windows color (decimal): -7362320 or 15771791. OLE color: 15771791.
HSL color Cylindrical-coordinate representation of color #8FA8F0: hue angle of 224.54º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA8F0 is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 168 | 240 | - |
| CMYK | 0.40 | 0.3 | 0 | 0.06 |
| HSL | 224.54º | 0.76% | 0.75% | - |
| HSV(B) | 224.54º | 0.4% | 0.94% | - |
| XYZ | 41.06 | 40.14 | 88.02 | - |
| YUV | 168.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 240 | 0.40 | 0.3 | 0 | 0.06 | 224.54 | 0.76 | 0.75 |
| Hex | 8F | A8 | F0 | 28 | 1E | 0 | 6 | E1 | 4C | 4B |
| Octal | 217 | 250 | 360 | 50 | 36 | 0 | 6 | 341 | 114 | 113 |
| Binary | 10001111 | 10101000 | 11110000 | 101000 | 11110 | 0 | 110 | 11100001 | 1001100 | 1001011 |
Color Harmonies of #8FA8F0
Complementary color
Monochromatic Colors of #8FA8F0
Black with #8FA8F0
Text Example
Text Example
White with #8FA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8F0; }
p { color: rgb(143,168,240); }
H1.HeaderClassName
{
color: #8FA8F0;
}
.AnyTagClassName
{
color: #8FA8F0;
}
</style>
background-color css
<style>
a { background-color: #8FA8F0; }
a { background-color: rgb(143,168,240); }
div.DivClassName
{
background-color: #8FA8F0;
}
.BgClassName
{
background-color: #8FA8F0;
}
</style>
border-color css
<style>
span { border-color: #8FA8F0; }
span { border-color: rgb(143,168,240); }
td.TdClassName
{
border-color: #8FA8F0;
}
.TagClassName
{
border-color: #8FA8F0;
}
</style>