Shades of Portage #8F9BEF
Tints of Portage #8F9BEF
RGB
CMYK
RGB Variations
Color information
#8F9BEF (or 0x8F9BEF) is known color: Portage. HEX triplet: 8F, 9B and EF. RGB value is (143,155,239). Sum of RGB (Red+Green+Blue) = 143+155+239=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F9BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEF is #706410. Grayscale: #A0A0A0. Windows color (decimal): -7365649 or 15702927. OLE color: 15702927.
HSL color Cylindrical-coordinate representation of color #8F9BEF: hue angle of 232.5º degrees, saturation: 0.75, 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 #8F9BEF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 155 | 239 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.06 |
| HSL | 232.5º | 0.75% | 0.75% | - |
| HSV(B) | 232.5º | 0.4% | 0.94% | - |
| XYZ | 38.63 | 35.51 | 86.48 | - |
| YUV | 160.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 239 | 0.40 | 0.35 | 0 | 0.06 | 232.5 | 0.75 | 0.75 |
| Hex | 8F | 9B | EF | 28 | 23 | 0 | 6 | E8 | 4B | 4B |
| Octal | 217 | 233 | 357 | 50 | 43 | 0 | 6 | 350 | 113 | 113 |
| Binary | 10001111 | 10011011 | 11101111 | 101000 | 100011 | 0 | 110 | 11101000 | 1001011 | 1001011 |
Color Harmonies of #8F9BEF
Complementary color
Monochromatic Colors of #8F9BEF
Black with #8F9BEF
Text Example
Text Example
White with #8F9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BEF; }
p { color: rgb(143,155,239); }
H1.HeaderClassName
{
color: #8F9BEF;
}
.AnyTagClassName
{
color: #8F9BEF;
}
</style>
background-color css
<style>
a { background-color: #8F9BEF; }
a { background-color: rgb(143,155,239); }
div.DivClassName
{
background-color: #8F9BEF;
}
.BgClassName
{
background-color: #8F9BEF;
}
</style>
border-color css
<style>
span { border-color: #8F9BEF; }
span { border-color: rgb(143,155,239); }
td.TdClassName
{
border-color: #8F9BEF;
}
.TagClassName
{
border-color: #8F9BEF;
}
</style>