Shades of Portage #8F9CEF
Tints of Portage #8F9CEF
RGB
CMYK
RGB Variations
Color information
#8F9CEF (or 0x8F9CEF) is known color: Portage. HEX triplet: 8F, 9C and EF. RGB value is (143,156,239). Sum of RGB (Red+Green+Blue) = 143+156+239=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CEF is #706310. Grayscale: #A1A1A1. Windows color (decimal): -7365393 or 15703183. OLE color: 15703183.
HSL color Cylindrical-coordinate representation of color #8F9CEF: hue angle of 231.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9CEF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 156 | 239 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.06 |
| HSL | 231.88º | 0.75% | 0.75% | - |
| HSV(B) | 231.88º | 0.4% | 0.94% | - |
| XYZ | 38.8 | 35.85 | 86.54 | - |
| YUV | 161.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 239 | 0.40 | 0.35 | 0 | 0.06 | 231.88 | 0.75 | 0.75 |
| Hex | 8F | 9C | EF | 28 | 23 | 0 | 6 | E8 | 4B | 4B |
| Octal | 217 | 234 | 357 | 50 | 43 | 0 | 6 | 350 | 113 | 113 |
| Binary | 10001111 | 10011100 | 11101111 | 101000 | 100011 | 0 | 110 | 11101000 | 1001011 | 1001011 |
Color Harmonies of #8F9CEF
Complementary color
Monochromatic Colors of #8F9CEF
Black with #8F9CEF
Text Example
Text Example
White with #8F9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CEF; }
p { color: rgb(143,156,239); }
H1.HeaderClassName
{
color: #8F9CEF;
}
.AnyTagClassName
{
color: #8F9CEF;
}
</style>
background-color css
<style>
a { background-color: #8F9CEF; }
a { background-color: rgb(143,156,239); }
div.DivClassName
{
background-color: #8F9CEF;
}
.BgClassName
{
background-color: #8F9CEF;
}
</style>
border-color css
<style>
span { border-color: #8F9CEF; }
span { border-color: rgb(143,156,239); }
td.TdClassName
{
border-color: #8F9CEF;
}
.TagClassName
{
border-color: #8F9CEF;
}
</style>