Shades of Portage #8F9DFE
Tints of Portage #8F9DFE
RGB
CMYK
RGB Variations
Color information
#8F9DFE (or 0x8F9DFE) is known color: Portage. HEX triplet: 8F, 9D and FE. RGB value is (143,157,254). Sum of RGB (Red+Green+Blue) = 143+157+254=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFE is #706201. Grayscale: #A3A3A3. Windows color (decimal): -7365122 or 16686479. OLE color: 16686479.
HSL color Cylindrical-coordinate representation of color #8F9DFE: hue angle of 232.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9DFE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 157 | 254 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.00 |
| HSL | 232.43º | 0.98% | 0.78% | - |
| HSV(B) | 232.43º | 0.44% | 1% | - |
| XYZ | 41.27 | 37.11 | 98.75 | - |
| YUV | 163.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 254 | 0.44 | 0.38 | 0 | 0.00 | 232.43 | 0.98 | 0.78 |
| Hex | 8F | 9D | FE | 2C | 26 | 0 | 0 | E8 | 62 | 4E |
| Octal | 217 | 235 | 376 | 54 | 46 | 0 | 0 | 350 | 142 | 116 |
| Binary | 10001111 | 10011101 | 11111110 | 101100 | 100110 | 0 | 0 | 11101000 | 1100010 | 1001110 |
Color Harmonies of #8F9DFE
Complementary color
Monochromatic Colors of #8F9DFE
Black with #8F9DFE
Text Example
Text Example
White with #8F9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DFE; }
p { color: rgb(143,157,254); }
H1.HeaderClassName
{
color: #8F9DFE;
}
.AnyTagClassName
{
color: #8F9DFE;
}
</style>
background-color css
<style>
a { background-color: #8F9DFE; }
a { background-color: rgb(143,157,254); }
div.DivClassName
{
background-color: #8F9DFE;
}
.BgClassName
{
background-color: #8F9DFE;
}
</style>
border-color css
<style>
span { border-color: #8F9DFE; }
span { border-color: rgb(143,157,254); }
td.TdClassName
{
border-color: #8F9DFE;
}
.TagClassName
{
border-color: #8F9DFE;
}
</style>