Shades of Portage #859CFE
Tints of Portage #859CFE
RGB
CMYK
RGB Variations
Color information
#859CFE (or 0x859CFE) is known color: Portage. HEX triplet: 85, 9C and FE. RGB value is (133,156,254). Sum of RGB (Red+Green+Blue) = 133+156+254=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #859CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CFE is #7A6301. Grayscale: #9F9F9F. Windows color (decimal): -8020738 or 16686213. OLE color: 16686213.
HSL color Cylindrical-coordinate representation of color #859CFE: hue angle of 228.6º 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 #859CFE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 156 | 254 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.00 |
| HSL | 228.6º | 0.98% | 0.76% | - |
| HSV(B) | 228.6º | 0.48% | 1% | - |
| XYZ | 39.45 | 35.92 | 98.62 | - |
| YUV | 160.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 254 | 0.48 | 0.39 | 0 | 0.00 | 228.6 | 0.98 | 0.76 |
| Hex | 85 | 9C | FE | 30 | 27 | 0 | 0 | E5 | 62 | 4C |
| Octal | 205 | 234 | 376 | 60 | 47 | 0 | 0 | 345 | 142 | 114 |
| Binary | 10000101 | 10011100 | 11111110 | 110000 | 100111 | 0 | 0 | 11100101 | 1100010 | 1001100 |
Color Harmonies of #859CFE
Complementary color
Monochromatic Colors of #859CFE
Black with #859CFE
Text Example
Text Example
White with #859CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CFE; }
p { color: rgb(133,156,254); }
H1.HeaderClassName
{
color: #859CFE;
}
.AnyTagClassName
{
color: #859CFE;
}
</style>
background-color css
<style>
a { background-color: #859CFE; }
a { background-color: rgb(133,156,254); }
div.DivClassName
{
background-color: #859CFE;
}
.BgClassName
{
background-color: #859CFE;
}
</style>
border-color css
<style>
span { border-color: #859CFE; }
span { border-color: rgb(133,156,254); }
td.TdClassName
{
border-color: #859CFE;
}
.TagClassName
{
border-color: #859CFE;
}
</style>