Shades of Portage #8F93EA
Tints of Portage #8F93EA
RGB
CMYK
RGB Variations
Color information
#8F93EA (or 0x8F93EA) is known color: Portage. HEX triplet: 8F, 93 and EA. RGB value is (143,147,234). Sum of RGB (Red+Green+Blue) = 143+147+234=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93EA is #706C15. Grayscale: #9B9B9B. Windows color (decimal): -7367702 or 15373199. OLE color: 15373199.
HSL color Cylindrical-coordinate representation of color #8F93EA: hue angle of 237.36º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F93EA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 147 | 234 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.08 |
| HSL | 237.36º | 0.68% | 0.74% | - |
| HSV(B) | 237.36º | 0.39% | 0.92% | - |
| XYZ | 36.61 | 32.65 | 82.21 | - |
| YUV | 155.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 234 | 0.39 | 0.37 | 0 | 0.08 | 237.36 | 0.68 | 0.74 |
| Hex | 8F | 93 | EA | 27 | 25 | 0 | 8 | ED | 44 | 4A |
| Octal | 217 | 223 | 352 | 47 | 45 | 0 | 10 | 355 | 104 | 112 |
| Binary | 10001111 | 10010011 | 11101010 | 100111 | 100101 | 0 | 1000 | 11101101 | 1000100 | 1001010 |
Color Harmonies of #8F93EA
Complementary color
Monochromatic Colors of #8F93EA
Black with #8F93EA
Text Example
Text Example
White with #8F93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93EA; }
p { color: rgb(143,147,234); }
H1.HeaderClassName
{
color: #8F93EA;
}
.AnyTagClassName
{
color: #8F93EA;
}
</style>
background-color css
<style>
a { background-color: #8F93EA; }
a { background-color: rgb(143,147,234); }
div.DivClassName
{
background-color: #8F93EA;
}
.BgClassName
{
background-color: #8F93EA;
}
</style>
border-color css
<style>
span { border-color: #8F93EA; }
span { border-color: rgb(143,147,234); }
td.TdClassName
{
border-color: #8F93EA;
}
.TagClassName
{
border-color: #8F93EA;
}
</style>