Shades of Portage #8F9BEC
Tints of Portage #8F9BEC
RGB
CMYK
RGB Variations
Color information
#8F9BEC (or 0x8F9BEC) is known color: Portage. HEX triplet: 8F, 9B and EC. RGB value is (143,155,236). Sum of RGB (Red+Green+Blue) = 143+155+236=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEC is #706413. Grayscale: #A0A0A0. Windows color (decimal): -7365652 or 15506319. OLE color: 15506319.
HSL color Cylindrical-coordinate representation of color #8F9BEC: hue angle of 232.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9BEC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 155 | 236 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.26º | 0.71% | 0.74% | - |
| HSV(B) | 232.26º | 0.39% | 0.93% | - |
| XYZ | 38.19 | 35.34 | 84.17 | - |
| YUV | 160.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 236 | 0.39 | 0.34 | 0 | 0.07 | 232.26 | 0.71 | 0.74 |
| Hex | 8F | 9B | EC | 27 | 22 | 0 | 7 | E8 | 47 | 4A |
| Octal | 217 | 233 | 354 | 47 | 42 | 0 | 7 | 350 | 107 | 112 |
| Binary | 10001111 | 10011011 | 11101100 | 100111 | 100010 | 0 | 111 | 11101000 | 1000111 | 1001010 |
Color Harmonies of #8F9BEC
Complementary color
Monochromatic Colors of #8F9BEC
Black with #8F9BEC
Text Example
Text Example
White with #8F9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BEC; }
p { color: rgb(143,155,236); }
H1.HeaderClassName
{
color: #8F9BEC;
}
.AnyTagClassName
{
color: #8F9BEC;
}
</style>
background-color css
<style>
a { background-color: #8F9BEC; }
a { background-color: rgb(143,155,236); }
div.DivClassName
{
background-color: #8F9BEC;
}
.BgClassName
{
background-color: #8F9BEC;
}
</style>
border-color css
<style>
span { border-color: #8F9BEC; }
span { border-color: rgb(143,155,236); }
td.TdClassName
{
border-color: #8F9BEC;
}
.TagClassName
{
border-color: #8F9BEC;
}
</style>