Shades of Portage #8FA5EA
Tints of Portage #8FA5EA
RGB
CMYK
RGB Variations
Color information
#8FA5EA (or 0x8FA5EA) is known color: Portage. HEX triplet: 8F, A5 and EA. RGB value is (143,165,234). Sum of RGB (Red+Green+Blue) = 143+165+234=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA5EA is #705A15. Grayscale: #A5A5A5. Windows color (decimal): -7363094 or 15377807. OLE color: 15377807.
HSL color Cylindrical-coordinate representation of color #8FA5EA: hue angle of 225.49º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FA5EA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 165 | 234 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.08 |
| HSL | 225.49º | 0.68% | 0.74% | - |
| HSV(B) | 225.49º | 0.39% | 0.92% | - |
| XYZ | 39.63 | 38.69 | 83.22 | - |
| YUV | 166.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 234 | 0.39 | 0.29 | 0 | 0.08 | 225.49 | 0.68 | 0.74 |
| Hex | 8F | A5 | EA | 27 | 1D | 0 | 8 | E1 | 44 | 4A |
| Octal | 217 | 245 | 352 | 47 | 35 | 0 | 10 | 341 | 104 | 112 |
| Binary | 10001111 | 10100101 | 11101010 | 100111 | 11101 | 0 | 1000 | 11100001 | 1000100 | 1001010 |
Color Harmonies of #8FA5EA
Complementary color
Monochromatic Colors of #8FA5EA
Black with #8FA5EA
Text Example
Text Example
White with #8FA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA5EA; }
p { color: rgb(143,165,234); }
H1.HeaderClassName
{
color: #8FA5EA;
}
.AnyTagClassName
{
color: #8FA5EA;
}
</style>
background-color css
<style>
a { background-color: #8FA5EA; }
a { background-color: rgb(143,165,234); }
div.DivClassName
{
background-color: #8FA5EA;
}
.BgClassName
{
background-color: #8FA5EA;
}
</style>
border-color css
<style>
span { border-color: #8FA5EA; }
span { border-color: rgb(143,165,234); }
td.TdClassName
{
border-color: #8FA5EA;
}
.TagClassName
{
border-color: #8FA5EA;
}
</style>