Shades of Portage #859BFE
Tints of Portage #859BFE
RGB
CMYK
RGB Variations
Color information
#859BFE (or 0x859BFE) is known color: Portage. HEX triplet: 85, 9B and FE. RGB value is (133,155,254). Sum of RGB (Red+Green+Blue) = 133+155+254=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #859BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BFE is #7A6401. Grayscale: #9F9F9F. Windows color (decimal): -8020994 or 16685957. OLE color: 16685957.
HSL color Cylindrical-coordinate representation of color #859BFE: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859BFE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 155 | 254 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.00 |
| HSL | 229.09º | 0.98% | 0.76% | - |
| HSV(B) | 229.09º | 0.48% | 1% | - |
| XYZ | 39.28 | 35.59 | 98.56 | - |
| YUV | 159.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 254 | 0.48 | 0.39 | 0 | 0.00 | 229.09 | 0.98 | 0.76 |
| Hex | 85 | 9B | FE | 30 | 27 | 0 | 0 | E5 | 62 | 4C |
| Octal | 205 | 233 | 376 | 60 | 47 | 0 | 0 | 345 | 142 | 114 |
| Binary | 10000101 | 10011011 | 11111110 | 110000 | 100111 | 0 | 0 | 11100101 | 1100010 | 1001100 |
Color Harmonies of #859BFE
Complementary color
Monochromatic Colors of #859BFE
Black with #859BFE
Text Example
Text Example
White with #859BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BFE; }
p { color: rgb(133,155,254); }
H1.HeaderClassName
{
color: #859BFE;
}
.AnyTagClassName
{
color: #859BFE;
}
</style>
background-color css
<style>
a { background-color: #859BFE; }
a { background-color: rgb(133,155,254); }
div.DivClassName
{
background-color: #859BFE;
}
.BgClassName
{
background-color: #859BFE;
}
</style>
border-color css
<style>
span { border-color: #859BFE; }
span { border-color: rgb(133,155,254); }
td.TdClassName
{
border-color: #859BFE;
}
.TagClassName
{
border-color: #859BFE;
}
</style>