Shades of Portage #8F96ED
Tints of Portage #8F96ED
RGB
CMYK
RGB Variations
Color information
#8F96ED (or 0x8F96ED) is known color: Portage. HEX triplet: 8F, 96 and ED. RGB value is (143,150,237). Sum of RGB (Red+Green+Blue) = 143+150+237=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96ED is #706912. Grayscale: #9D9D9D. Windows color (decimal): -7366931 or 15570575. OLE color: 15570575.
HSL color Cylindrical-coordinate representation of color #8F96ED: hue angle of 235.53º 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 #8F96ED is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 150 | 237 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.07 |
| HSL | 235.53º | 0.72% | 0.75% | - |
| HSV(B) | 235.53º | 0.4% | 0.93% | - |
| XYZ | 37.52 | 33.77 | 84.66 | - |
| YUV | 157.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 237 | 0.40 | 0.37 | 0 | 0.07 | 235.53 | 0.72 | 0.75 |
| Hex | 8F | 96 | ED | 28 | 25 | 0 | 7 | EC | 48 | 4B |
| Octal | 217 | 226 | 355 | 50 | 45 | 0 | 7 | 354 | 110 | 113 |
| Binary | 10001111 | 10010110 | 11101101 | 101000 | 100101 | 0 | 111 | 11101100 | 1001000 | 1001011 |
Color Harmonies of #8F96ED
Complementary color
Monochromatic Colors of #8F96ED
Black with #8F96ED
Text Example
Text Example
White with #8F96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96ED; }
p { color: rgb(143,150,237); }
H1.HeaderClassName
{
color: #8F96ED;
}
.AnyTagClassName
{
color: #8F96ED;
}
</style>
background-color css
<style>
a { background-color: #8F96ED; }
a { background-color: rgb(143,150,237); }
div.DivClassName
{
background-color: #8F96ED;
}
.BgClassName
{
background-color: #8F96ED;
}
</style>
border-color css
<style>
span { border-color: #8F96ED; }
span { border-color: rgb(143,150,237); }
td.TdClassName
{
border-color: #8F96ED;
}
.TagClassName
{
border-color: #8F96ED;
}
</style>