Shades of Portage #8F93EC
Tints of Portage #8F93EC
RGB
CMYK
RGB Variations
Color information
#8F93EC (or 0x8F93EC) is known color: Portage. HEX triplet: 8F, 93 and EC. RGB value is (143,147,236). Sum of RGB (Red+Green+Blue) = 143+147+236=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93EC is #706C13. Grayscale: #9B9B9B. Windows color (decimal): -7367700 or 15504271. OLE color: 15504271.
HSL color Cylindrical-coordinate representation of color #8F93EC: hue angle of 237.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F93EC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 147 | 236 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.07 |
| HSL | 237.42º | 0.71% | 0.74% | - |
| HSV(B) | 237.42º | 0.39% | 0.93% | - |
| XYZ | 36.9 | 32.76 | 83.74 | - |
| YUV | 155.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 236 | 0.39 | 0.38 | 0 | 0.07 | 237.42 | 0.71 | 0.74 |
| Hex | 8F | 93 | EC | 27 | 26 | 0 | 7 | ED | 47 | 4A |
| Octal | 217 | 223 | 354 | 47 | 46 | 0 | 7 | 355 | 107 | 112 |
| Binary | 10001111 | 10010011 | 11101100 | 100111 | 100110 | 0 | 111 | 11101101 | 1000111 | 1001010 |
Color Harmonies of #8F93EC
Complementary color
Monochromatic Colors of #8F93EC
Black with #8F93EC
Text Example
Text Example
White with #8F93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93EC; }
p { color: rgb(143,147,236); }
H1.HeaderClassName
{
color: #8F93EC;
}
.AnyTagClassName
{
color: #8F93EC;
}
</style>
background-color css
<style>
a { background-color: #8F93EC; }
a { background-color: rgb(143,147,236); }
div.DivClassName
{
background-color: #8F93EC;
}
.BgClassName
{
background-color: #8F93EC;
}
</style>
border-color css
<style>
span { border-color: #8F93EC; }
span { border-color: rgb(143,147,236); }
td.TdClassName
{
border-color: #8F93EC;
}
.TagClassName
{
border-color: #8F93EC;
}
</style>