Shades of Portage #8F9BFF
Tints of Portage #8F9BFF
RGB
CMYK
RGB Variations
Color information
#8F9BFF (or 0x8F9BFF) is known color: Portage. HEX triplet: 8F, 9B and FF. RGB value is (143,155,255). Sum of RGB (Red+Green+Blue) = 143+155+255=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BFF is #706400. Grayscale: #A2A2A2. Windows color (decimal): -7365633 or 16751503. OLE color: 16751503.
HSL color Cylindrical-coordinate representation of color #8F9BFF: hue angle of 233.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9BFF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 155 | 255 | - |
| CMYK | 0.44 | 0.39 | 0 | 0 |
| HSL | 233.57º | 1% | 0.78% | - |
| HSV(B) | 233.57º | 0.44% | 1% | - |
| XYZ | 41.1 | 36.5 | 99.49 | - |
| YUV | 162.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 255 | 0.44 | 0.39 | 0 | 0 | 233.57 | 1 | 0.78 |
| Hex | 8F | 9B | FF | 2C | 27 | 0 | 0 | EA | 64 | 4E |
| Octal | 217 | 233 | 377 | 54 | 47 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10001111 | 10011011 | 11111111 | 101100 | 100111 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #8F9BFF
Complementary color
Monochromatic Colors of #8F9BFF
Black with #8F9BFF
Text Example
Text Example
White with #8F9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BFF; }
p { color: rgb(143,155,255); }
H1.HeaderClassName
{
color: #8F9BFF;
}
.AnyTagClassName
{
color: #8F9BFF;
}
</style>
background-color css
<style>
a { background-color: #8F9BFF; }
a { background-color: rgb(143,155,255); }
div.DivClassName
{
background-color: #8F9BFF;
}
.BgClassName
{
background-color: #8F9BFF;
}
</style>
border-color css
<style>
span { border-color: #8F9BFF; }
span { border-color: rgb(143,155,255); }
td.TdClassName
{
border-color: #8F9BFF;
}
.TagClassName
{
border-color: #8F9BFF;
}
</style>