Shades of Portage #8F9AFF
Tints of Portage #8F9AFF
RGB
CMYK
RGB Variations
Color information
#8F9AFF (or 0x8F9AFF) is known color: Portage. HEX triplet: 8F, 9A and FF. RGB value is (143,154,255). Sum of RGB (Red+Green+Blue) = 143+154+255=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AFF is #706500. Grayscale: #A1A1A1. Windows color (decimal): -7365889 or 16751247. OLE color: 16751247.
HSL color Cylindrical-coordinate representation of color #8F9AFF: hue angle of 234.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9AFF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 154 | 255 | - |
| CMYK | 0.44 | 0.40 | 0 | 0 |
| HSL | 234.11º | 1% | 0.78% | - |
| HSV(B) | 234.11º | 0.44% | 1% | - |
| XYZ | 40.93 | 36.17 | 99.43 | - |
| YUV | 162.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 255 | 0.44 | 0.40 | 0 | 0 | 234.11 | 1 | 0.78 |
| Hex | 8F | 9A | FF | 2C | 28 | 0 | 0 | EA | 64 | 4E |
| Octal | 217 | 232 | 377 | 54 | 50 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10001111 | 10011010 | 11111111 | 101100 | 101000 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #8F9AFF
Complementary color
Monochromatic Colors of #8F9AFF
Black with #8F9AFF
Text Example
Text Example
White with #8F9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9AFF; }
p { color: rgb(143,154,255); }
H1.HeaderClassName
{
color: #8F9AFF;
}
.AnyTagClassName
{
color: #8F9AFF;
}
</style>
background-color css
<style>
a { background-color: #8F9AFF; }
a { background-color: rgb(143,154,255); }
div.DivClassName
{
background-color: #8F9AFF;
}
.BgClassName
{
background-color: #8F9AFF;
}
</style>
border-color css
<style>
span { border-color: #8F9AFF; }
span { border-color: rgb(143,154,255); }
td.TdClassName
{
border-color: #8F9AFF;
}
.TagClassName
{
border-color: #8F9AFF;
}
</style>