Shades of Portage #859FE8
Tints of Portage #859FE8
RGB
CMYK
RGB Variations
Color information
#859FE8 (or 0x859FE8) is known color: Portage. HEX triplet: 85, 9F and E8. RGB value is (133,159,232). Sum of RGB (Red+Green+Blue) = 133+159+232=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #859FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FE8 is #7A6017. Grayscale: #9F9F9F. Windows color (decimal): -8019992 or 15245189. OLE color: 15245189.
HSL color Cylindrical-coordinate representation of color #859FE8: hue angle of 224.24º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859FE8 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 159 | 232 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.09 |
| HSL | 224.24º | 0.68% | 0.72% | - |
| HSV(B) | 224.24º | 0.43% | 0.91% | - |
| XYZ | 36.64 | 35.61 | 81.29 | - |
| YUV | 159.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 232 | 0.43 | 0.31 | 0 | 0.09 | 224.24 | 0.68 | 0.72 |
| Hex | 85 | 9F | E8 | 2B | 1F | 0 | 9 | E0 | 44 | 48 |
| Octal | 205 | 237 | 350 | 53 | 37 | 0 | 11 | 340 | 104 | 110 |
| Binary | 10000101 | 10011111 | 11101000 | 101011 | 11111 | 0 | 1001 | 11100000 | 1000100 | 1001000 |
Color Harmonies of #859FE8
Complementary color
Monochromatic Colors of #859FE8
Black with #859FE8
Text Example
Text Example
White with #859FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FE8; }
p { color: rgb(133,159,232); }
H1.HeaderClassName
{
color: #859FE8;
}
.AnyTagClassName
{
color: #859FE8;
}
</style>
background-color css
<style>
a { background-color: #859FE8; }
a { background-color: rgb(133,159,232); }
div.DivClassName
{
background-color: #859FE8;
}
.BgClassName
{
background-color: #859FE8;
}
</style>
border-color css
<style>
span { border-color: #859FE8; }
span { border-color: rgb(133,159,232); }
td.TdClassName
{
border-color: #859FE8;
}
.TagClassName
{
border-color: #859FE8;
}
</style>