Shades of Portage #8F92F1
Tints of Portage #8F92F1
RGB
CMYK
RGB Variations
Color information
#8F92F1 (or 0x8F92F1) is known color: Portage. HEX triplet: 8F, 92 and F1. RGB value is (143,146,241). Sum of RGB (Red+Green+Blue) = 143+146+241=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F92F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92F1 is #706D0E. Grayscale: #9B9B9B. Windows color (decimal): -7367951 or 15831695. OLE color: 15831695.
HSL color Cylindrical-coordinate representation of color #8F92F1: hue angle of 238.16º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F92F1 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 146 | 241 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.05 |
| HSL | 238.16º | 0.78% | 0.75% | - |
| HSV(B) | 238.16º | 0.41% | 0.95% | - |
| XYZ | 37.48 | 32.75 | 87.56 | - |
| YUV | 155.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 241 | 0.41 | 0.39 | 0 | 0.05 | 238.16 | 0.78 | 0.75 |
| Hex | 8F | 92 | F1 | 29 | 27 | 0 | 5 | EE | 4E | 4B |
| Octal | 217 | 222 | 361 | 51 | 47 | 0 | 5 | 356 | 116 | 113 |
| Binary | 10001111 | 10010010 | 11110001 | 101001 | 100111 | 0 | 101 | 11101110 | 1001110 | 1001011 |
Color Harmonies of #8F92F1
Complementary color
Monochromatic Colors of #8F92F1
Black with #8F92F1
Text Example
Text Example
White with #8F92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92F1; }
p { color: rgb(143,146,241); }
H1.HeaderClassName
{
color: #8F92F1;
}
.AnyTagClassName
{
color: #8F92F1;
}
</style>
background-color css
<style>
a { background-color: #8F92F1; }
a { background-color: rgb(143,146,241); }
div.DivClassName
{
background-color: #8F92F1;
}
.BgClassName
{
background-color: #8F92F1;
}
</style>
border-color css
<style>
span { border-color: #8F92F1; }
span { border-color: rgb(143,146,241); }
td.TdClassName
{
border-color: #8F92F1;
}
.TagClassName
{
border-color: #8F92F1;
}
</style>