Shades of Portage #858FDA
Tints of Portage #858FDA
RGB
CMYK
RGB Variations
Color information
#858FDA (or 0x858FDA) is known color: Portage. HEX triplet: 85, 8F and DA. RGB value is (133,143,218). Sum of RGB (Red+Green+Blue) = 133+143+218=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #858FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDA is #7A7025. Grayscale: #949494. Windows color (decimal): -8024102 or 14323589. OLE color: 14323589.
HSL color Cylindrical-coordinate representation of color #858FDA: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858FDA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 143 | 218 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.15 |
| HSL | 232.94º | 0.53% | 0.69% | - |
| HSV(B) | 232.94º | 0.39% | 0.85% | - |
| XYZ | 32.15 | 29.69 | 70.37 | - |
| YUV | 148.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 218 | 0.39 | 0.34 | 0 | 0.15 | 232.94 | 0.53 | 0.69 |
| Hex | 85 | 8F | DA | 27 | 22 | 0 | F | E9 | 35 | 45 |
| Octal | 205 | 217 | 332 | 47 | 42 | 0 | 17 | 351 | 65 | 105 |
| Binary | 10000101 | 10001111 | 11011010 | 100111 | 100010 | 0 | 1111 | 11101001 | 110101 | 1000101 |
Color Harmonies of #858FDA
Complementary color
Monochromatic Colors of #858FDA
Black with #858FDA
Text Example
Text Example
White with #858FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FDA; }
p { color: rgb(133,143,218); }
H1.HeaderClassName
{
color: #858FDA;
}
.AnyTagClassName
{
color: #858FDA;
}
</style>
background-color css
<style>
a { background-color: #858FDA; }
a { background-color: rgb(133,143,218); }
div.DivClassName
{
background-color: #858FDA;
}
.BgClassName
{
background-color: #858FDA;
}
</style>
border-color css
<style>
span { border-color: #858FDA; }
span { border-color: rgb(133,143,218); }
td.TdClassName
{
border-color: #858FDA;
}
.TagClassName
{
border-color: #858FDA;
}
</style>