Shades of Portage #8F93FC
Tints of Portage #8F93FC
RGB
CMYK
RGB Variations
Color information
#8F93FC (or 0x8F93FC) is known color: Portage. HEX triplet: 8F, 93 and FC. RGB value is (143,147,252). Sum of RGB (Red+Green+Blue) = 143+147+252=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F93FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93FC is #706C03. Grayscale: #9D9D9D. Windows color (decimal): -7367684 or 16552847. OLE color: 16552847.
HSL color Cylindrical-coordinate representation of color #8F93FC: hue angle of 237.8º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F93FC is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 147 | 252 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.01 |
| HSL | 237.8º | 0.95% | 0.77% | - |
| HSV(B) | 237.8º | 0.43% | 0.99% | - |
| XYZ | 39.33 | 33.74 | 96.53 | - |
| YUV | 157.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 252 | 0.43 | 0.42 | 0 | 0.01 | 237.8 | 0.95 | 0.77 |
| Hex | 8F | 93 | FC | 2B | 2A | 0 | 1 | EE | 5F | 4D |
| Octal | 217 | 223 | 374 | 53 | 52 | 0 | 1 | 356 | 137 | 115 |
| Binary | 10001111 | 10010011 | 11111100 | 101011 | 101010 | 0 | 1 | 11101110 | 1011111 | 1001101 |
Color Harmonies of #8F93FC
Complementary color
Monochromatic Colors of #8F93FC
Black with #8F93FC
Text Example
Text Example
White with #8F93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93FC; }
p { color: rgb(143,147,252); }
H1.HeaderClassName
{
color: #8F93FC;
}
.AnyTagClassName
{
color: #8F93FC;
}
</style>
background-color css
<style>
a { background-color: #8F93FC; }
a { background-color: rgb(143,147,252); }
div.DivClassName
{
background-color: #8F93FC;
}
.BgClassName
{
background-color: #8F93FC;
}
</style>
border-color css
<style>
span { border-color: #8F93FC; }
span { border-color: rgb(143,147,252); }
td.TdClassName
{
border-color: #8F93FC;
}
.TagClassName
{
border-color: #8F93FC;
}
</style>