Shades of Portage #8F94ED
Tints of Portage #8F94ED
RGB
CMYK
RGB Variations
Color information
#8F94ED (or 0x8F94ED) is known color: Portage. HEX triplet: 8F, 94 and ED. RGB value is (143,148,237). Sum of RGB (Red+Green+Blue) = 143+148+237=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F94ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94ED is #706B12. Grayscale: #9C9C9C. Windows color (decimal): -7367443 or 15570063. OLE color: 15570063.
HSL color Cylindrical-coordinate representation of color #8F94ED: hue angle of 236.81º 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 #8F94ED is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 148 | 237 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 236.81º | 0.72% | 0.75% | - |
| HSV(B) | 236.81º | 0.4% | 0.93% | - |
| XYZ | 37.2 | 33.13 | 84.56 | - |
| YUV | 156.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 237 | 0.40 | 0.38 | 0 | 0.07 | 236.81 | 0.72 | 0.75 |
| Hex | 8F | 94 | ED | 28 | 26 | 0 | 7 | ED | 48 | 4B |
| Octal | 217 | 224 | 355 | 50 | 46 | 0 | 7 | 355 | 110 | 113 |
| Binary | 10001111 | 10010100 | 11101101 | 101000 | 100110 | 0 | 111 | 11101101 | 1001000 | 1001011 |
Color Harmonies of #8F94ED
Complementary color
Monochromatic Colors of #8F94ED
Black with #8F94ED
Text Example
Text Example
White with #8F94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F94ED; }
p { color: rgb(143,148,237); }
H1.HeaderClassName
{
color: #8F94ED;
}
.AnyTagClassName
{
color: #8F94ED;
}
</style>
background-color css
<style>
a { background-color: #8F94ED; }
a { background-color: rgb(143,148,237); }
div.DivClassName
{
background-color: #8F94ED;
}
.BgClassName
{
background-color: #8F94ED;
}
</style>
border-color css
<style>
span { border-color: #8F94ED; }
span { border-color: rgb(143,148,237); }
td.TdClassName
{
border-color: #8F94ED;
}
.TagClassName
{
border-color: #8F94ED;
}
</style>