Shades of Portage #859CFA
Tints of Portage #859CFA
RGB
CMYK
RGB Variations
Color information
#859CFA (or 0x859CFA) is known color: Portage. HEX triplet: 85, 9C and FA. RGB value is (133,156,250). Sum of RGB (Red+Green+Blue) = 133+156+250=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #859CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CFA is #7A6305. Grayscale: #9F9F9F. Windows color (decimal): -8020742 or 16424069. OLE color: 16424069.
HSL color Cylindrical-coordinate representation of color #859CFA: hue angle of 228.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859CFA is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 156 | 250 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.02 |
| HSL | 228.21º | 0.92% | 0.75% | - |
| HSV(B) | 228.21º | 0.47% | 0.98% | - |
| XYZ | 38.82 | 35.67 | 95.28 | - |
| YUV | 159.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 250 | 0.47 | 0.38 | 0 | 0.02 | 228.21 | 0.92 | 0.75 |
| Hex | 85 | 9C | FA | 2F | 26 | 0 | 2 | E4 | 5C | 4B |
| Octal | 205 | 234 | 372 | 57 | 46 | 0 | 2 | 344 | 134 | 113 |
| Binary | 10000101 | 10011100 | 11111010 | 101111 | 100110 | 0 | 10 | 11100100 | 1011100 | 1001011 |
Color Harmonies of #859CFA
Complementary color
Monochromatic Colors of #859CFA
Black with #859CFA
Text Example
Text Example
White with #859CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CFA; }
p { color: rgb(133,156,250); }
H1.HeaderClassName
{
color: #859CFA;
}
.AnyTagClassName
{
color: #859CFA;
}
</style>
background-color css
<style>
a { background-color: #859CFA; }
a { background-color: rgb(133,156,250); }
div.DivClassName
{
background-color: #859CFA;
}
.BgClassName
{
background-color: #859CFA;
}
</style>
border-color css
<style>
span { border-color: #859CFA; }
span { border-color: rgb(133,156,250); }
td.TdClassName
{
border-color: #859CFA;
}
.TagClassName
{
border-color: #859CFA;
}
</style>