Shades of Portage #8F93FB
Tints of Portage #8F93FB
RGB
CMYK
RGB Variations
Color information
#8F93FB (or 0x8F93FB) is known color: Portage. HEX triplet: 8F, 93 and FB. RGB value is (143,147,251). Sum of RGB (Red+Green+Blue) = 143+147+251=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F93FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93FB is #706C04. Grayscale: #9D9D9D. Windows color (decimal): -7367685 or 16487311. OLE color: 16487311.
HSL color Cylindrical-coordinate representation of color #8F93FB: hue angle of 237.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F93FB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 147 | 251 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.02 |
| HSL | 237.78º | 0.93% | 0.77% | - |
| HSV(B) | 237.78º | 0.43% | 0.98% | - |
| XYZ | 39.17 | 33.67 | 95.7 | - |
| YUV | 157.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 251 | 0.43 | 0.41 | 0 | 0.02 | 237.78 | 0.93 | 0.77 |
| Hex | 8F | 93 | FB | 2B | 29 | 0 | 2 | EE | 5D | 4D |
| Octal | 217 | 223 | 373 | 53 | 51 | 0 | 2 | 356 | 135 | 115 |
| Binary | 10001111 | 10010011 | 11111011 | 101011 | 101001 | 0 | 10 | 11101110 | 1011101 | 1001101 |
Color Harmonies of #8F93FB
Complementary color
Monochromatic Colors of #8F93FB
Black with #8F93FB
Text Example
Text Example
White with #8F93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93FB; }
p { color: rgb(143,147,251); }
H1.HeaderClassName
{
color: #8F93FB;
}
.AnyTagClassName
{
color: #8F93FB;
}
</style>
background-color css
<style>
a { background-color: #8F93FB; }
a { background-color: rgb(143,147,251); }
div.DivClassName
{
background-color: #8F93FB;
}
.BgClassName
{
background-color: #8F93FB;
}
</style>
border-color css
<style>
span { border-color: #8F93FB; }
span { border-color: rgb(143,147,251); }
td.TdClassName
{
border-color: #8F93FB;
}
.TagClassName
{
border-color: #8F93FB;
}
</style>