Shades of Portage #859BFF
Tints of Portage #859BFF
RGB
CMYK
RGB Variations
Color information
#859BFF (or 0x859BFF) is known color: Portage. HEX triplet: 85, 9B and FF. RGB value is (133,155,255). Sum of RGB (Red+Green+Blue) = 133+155+255=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #859BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BFF is #7A6400. Grayscale: #9F9F9F. Windows color (decimal): -8020993 or 16751493. OLE color: 16751493.
HSL color Cylindrical-coordinate representation of color #859BFF: hue angle of 229.18º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859BFF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 155 | 255 | - |
| CMYK | 0.48 | 0.39 | 0 | 0 |
| HSL | 229.18º | 1% | 0.76% | - |
| HSV(B) | 229.18º | 0.48% | 1% | - |
| XYZ | 39.44 | 35.65 | 99.41 | - |
| YUV | 159.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 255 | 0.48 | 0.39 | 0 | 0 | 229.18 | 1 | 0.76 |
| Hex | 85 | 9B | FF | 30 | 27 | 0 | 0 | E5 | 64 | 4C |
| Octal | 205 | 233 | 377 | 60 | 47 | 0 | 0 | 345 | 144 | 114 |
| Binary | 10000101 | 10011011 | 11111111 | 110000 | 100111 | 0 | 0 | 11100101 | 1100100 | 1001100 |
Color Harmonies of #859BFF
Complementary color
Monochromatic Colors of #859BFF
Black with #859BFF
Text Example
Text Example
White with #859BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BFF; }
p { color: rgb(133,155,255); }
H1.HeaderClassName
{
color: #859BFF;
}
.AnyTagClassName
{
color: #859BFF;
}
</style>
background-color css
<style>
a { background-color: #859BFF; }
a { background-color: rgb(133,155,255); }
div.DivClassName
{
background-color: #859BFF;
}
.BgClassName
{
background-color: #859BFF;
}
</style>
border-color css
<style>
span { border-color: #859BFF; }
span { border-color: rgb(133,155,255); }
td.TdClassName
{
border-color: #859BFF;
}
.TagClassName
{
border-color: #859BFF;
}
</style>