Shades of Portage #8F93F8
Tints of Portage #8F93F8
RGB
CMYK
RGB Variations
Color information
#8F93F8 (or 0x8F93F8) is known color: Portage. HEX triplet: 8F, 93 and F8. RGB value is (143,147,248). Sum of RGB (Red+Green+Blue) = 143+147+248=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F93F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93F8 is #706C07. Grayscale: #9C9C9C. Windows color (decimal): -7367688 or 16290703. OLE color: 16290703.
HSL color Cylindrical-coordinate representation of color #8F93F8: hue angle of 237.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F93F8 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 147 | 248 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.03 |
| HSL | 237.71º | 0.88% | 0.77% | - |
| HSV(B) | 237.71º | 0.42% | 0.97% | - |
| XYZ | 38.7 | 33.48 | 93.23 | - |
| YUV | 157.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 248 | 0.42 | 0.41 | 0 | 0.03 | 237.71 | 0.88 | 0.77 |
| Hex | 8F | 93 | F8 | 2A | 29 | 0 | 3 | EE | 58 | 4D |
| Octal | 217 | 223 | 370 | 52 | 51 | 0 | 3 | 356 | 130 | 115 |
| Binary | 10001111 | 10010011 | 11111000 | 101010 | 101001 | 0 | 11 | 11101110 | 1011000 | 1001101 |
Color Harmonies of #8F93F8
Complementary color
Monochromatic Colors of #8F93F8
Black with #8F93F8
Text Example
Text Example
White with #8F93F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93F8; }
p { color: rgb(143,147,248); }
H1.HeaderClassName
{
color: #8F93F8;
}
.AnyTagClassName
{
color: #8F93F8;
}
</style>
background-color css
<style>
a { background-color: #8F93F8; }
a { background-color: rgb(143,147,248); }
div.DivClassName
{
background-color: #8F93F8;
}
.BgClassName
{
background-color: #8F93F8;
}
</style>
border-color css
<style>
span { border-color: #8F93F8; }
span { border-color: rgb(143,147,248); }
td.TdClassName
{
border-color: #8F93F8;
}
.TagClassName
{
border-color: #8F93F8;
}
</style>