Shades of Portage #858FF9
Tints of Portage #858FF9
RGB
CMYK
RGB Variations
Color information
#858FF9 (or 0x858FF9) is known color: Portage. HEX triplet: 85, 8F and F9. RGB value is (133,143,249). Sum of RGB (Red+Green+Blue) = 133+143+249=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #858FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FF9 is #7A7006. Grayscale: #979797. Windows color (decimal): -8024071 or 16355205. OLE color: 16355205.
HSL color Cylindrical-coordinate representation of color #858FF9: hue angle of 234.83º degrees, saturation: 0.91, 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 #858FF9 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 143 | 249 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.02 |
| HSL | 234.83º | 0.91% | 0.75% | - |
| HSV(B) | 234.83º | 0.47% | 0.98% | - |
| XYZ | 36.59 | 31.47 | 93.77 | - |
| YUV | 152.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 249 | 0.47 | 0.43 | 0 | 0.02 | 234.83 | 0.91 | 0.75 |
| Hex | 85 | 8F | F9 | 2F | 2B | 0 | 2 | EB | 5B | 4B |
| Octal | 205 | 217 | 371 | 57 | 53 | 0 | 2 | 353 | 133 | 113 |
| Binary | 10000101 | 10001111 | 11111001 | 101111 | 101011 | 0 | 10 | 11101011 | 1011011 | 1001011 |
Color Harmonies of #858FF9
Complementary color
Monochromatic Colors of #858FF9
Black with #858FF9
Text Example
Text Example
White with #858FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FF9; }
p { color: rgb(133,143,249); }
H1.HeaderClassName
{
color: #858FF9;
}
.AnyTagClassName
{
color: #858FF9;
}
</style>
background-color css
<style>
a { background-color: #858FF9; }
a { background-color: rgb(133,143,249); }
div.DivClassName
{
background-color: #858FF9;
}
.BgClassName
{
background-color: #858FF9;
}
</style>
border-color css
<style>
span { border-color: #858FF9; }
span { border-color: rgb(133,143,249); }
td.TdClassName
{
border-color: #858FF9;
}
.TagClassName
{
border-color: #858FF9;
}
</style>