Shades of Portage #8F93E7
Tints of Portage #8F93E7
RGB
CMYK
RGB Variations
Color information
#8F93E7 (or 0x8F93E7) is known color: Portage. HEX triplet: 8F, 93 and E7. RGB value is (143,147,231). Sum of RGB (Red+Green+Blue) = 143+147+231=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F93E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93E7 is #706C18. Grayscale: #9B9B9B. Windows color (decimal): -7367705 or 15176591. OLE color: 15176591.
HSL color Cylindrical-coordinate representation of color #8F93E7: hue angle of 237.27º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F93E7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 147 | 231 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.09 |
| HSL | 237.27º | 0.65% | 0.73% | - |
| HSV(B) | 237.27º | 0.38% | 0.91% | - |
| XYZ | 36.19 | 32.48 | 79.96 | - |
| YUV | 155.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 231 | 0.38 | 0.36 | 0 | 0.09 | 237.27 | 0.65 | 0.73 |
| Hex | 8F | 93 | E7 | 26 | 24 | 0 | 9 | ED | 41 | 49 |
| Octal | 217 | 223 | 347 | 46 | 44 | 0 | 11 | 355 | 101 | 111 |
| Binary | 10001111 | 10010011 | 11100111 | 100110 | 100100 | 0 | 1001 | 11101101 | 1000001 | 1001001 |
Color Harmonies of #8F93E7
Complementary color
Monochromatic Colors of #8F93E7
Black with #8F93E7
Text Example
Text Example
White with #8F93E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93E7; }
p { color: rgb(143,147,231); }
H1.HeaderClassName
{
color: #8F93E7;
}
.AnyTagClassName
{
color: #8F93E7;
}
</style>
background-color css
<style>
a { background-color: #8F93E7; }
a { background-color: rgb(143,147,231); }
div.DivClassName
{
background-color: #8F93E7;
}
.BgClassName
{
background-color: #8F93E7;
}
</style>
border-color css
<style>
span { border-color: #8F93E7; }
span { border-color: rgb(143,147,231); }
td.TdClassName
{
border-color: #8F93E7;
}
.TagClassName
{
border-color: #8F93E7;
}
</style>