Shades of Portage #8F93ED
Tints of Portage #8F93ED
RGB
CMYK
RGB Variations
Color information
#8F93ED (or 0x8F93ED) is known color: Portage. HEX triplet: 8F, 93 and ED. RGB value is (143,147,237). Sum of RGB (Red+Green+Blue) = 143+147+237=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93ED is #706C12. Grayscale: #9B9B9B. Windows color (decimal): -7367699 or 15569807. OLE color: 15569807.
HSL color Cylindrical-coordinate representation of color #8F93ED: hue angle of 237.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F93ED is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 147 | 237 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 237.45º | 0.72% | 0.75% | - |
| HSV(B) | 237.45º | 0.4% | 0.93% | - |
| XYZ | 37.05 | 32.82 | 84.5 | - |
| YUV | 156.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 237 | 0.40 | 0.38 | 0 | 0.07 | 237.45 | 0.72 | 0.75 |
| Hex | 8F | 93 | ED | 28 | 26 | 0 | 7 | ED | 48 | 4B |
| Octal | 217 | 223 | 355 | 50 | 46 | 0 | 7 | 355 | 110 | 113 |
| Binary | 10001111 | 10010011 | 11101101 | 101000 | 100110 | 0 | 111 | 11101101 | 1001000 | 1001011 |
Color Harmonies of #8F93ED
Complementary color
Monochromatic Colors of #8F93ED
Black with #8F93ED
Text Example
Text Example
White with #8F93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93ED; }
p { color: rgb(143,147,237); }
H1.HeaderClassName
{
color: #8F93ED;
}
.AnyTagClassName
{
color: #8F93ED;
}
</style>
background-color css
<style>
a { background-color: #8F93ED; }
a { background-color: rgb(143,147,237); }
div.DivClassName
{
background-color: #8F93ED;
}
.BgClassName
{
background-color: #8F93ED;
}
</style>
border-color css
<style>
span { border-color: #8F93ED; }
span { border-color: rgb(143,147,237); }
td.TdClassName
{
border-color: #8F93ED;
}
.TagClassName
{
border-color: #8F93ED;
}
</style>