Shades of Portage #8F9DFF
Tints of Portage #8F9DFF
RGB
CMYK
RGB Variations
Color information
#8F9DFF (or 0x8F9DFF) is known color: Portage. HEX triplet: 8F, 9D and FF. RGB value is (143,157,255). Sum of RGB (Red+Green+Blue) = 143+157+255=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFF is #706200. Grayscale: #A3A3A3. Windows color (decimal): -7365121 or 16752015. OLE color: 16752015.
HSL color Cylindrical-coordinate representation of color #8F9DFF: hue angle of 232.5º 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 #8F9DFF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 157 | 255 | - |
| CMYK | 0.44 | 0.38 | 0 | 0 |
| HSL | 232.5º | 1% | 0.78% | - |
| HSV(B) | 232.5º | 0.44% | 1% | - |
| XYZ | 41.43 | 37.17 | 99.6 | - |
| YUV | 163.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 255 | 0.44 | 0.38 | 0 | 0 | 232.5 | 1 | 0.78 |
| Hex | 8F | 9D | FF | 2C | 26 | 0 | 0 | E8 | 64 | 4E |
| Octal | 217 | 235 | 377 | 54 | 46 | 0 | 0 | 350 | 144 | 116 |
| Binary | 10001111 | 10011101 | 11111111 | 101100 | 100110 | 0 | 0 | 11101000 | 1100100 | 1001110 |
Color Harmonies of #8F9DFF
Complementary color
Monochromatic Colors of #8F9DFF
Black with #8F9DFF
Text Example
Text Example
White with #8F9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DFF; }
p { color: rgb(143,157,255); }
H1.HeaderClassName
{
color: #8F9DFF;
}
.AnyTagClassName
{
color: #8F9DFF;
}
</style>
background-color css
<style>
a { background-color: #8F9DFF; }
a { background-color: rgb(143,157,255); }
div.DivClassName
{
background-color: #8F9DFF;
}
.BgClassName
{
background-color: #8F9DFF;
}
</style>
border-color css
<style>
span { border-color: #8F9DFF; }
span { border-color: rgb(143,157,255); }
td.TdClassName
{
border-color: #8F9DFF;
}
.TagClassName
{
border-color: #8F9DFF;
}
</style>