Shades of Portage #858BDA
Tints of Portage #858BDA
RGB
CMYK
RGB Variations
Color information
#858BDA (or 0x858BDA) is known color: Portage. HEX triplet: 85, 8B and DA. RGB value is (133,139,218). Sum of RGB (Red+Green+Blue) = 133+139+218=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #858BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDA is #7A7425. Grayscale: #919191. Windows color (decimal): -8025126 or 14322565. OLE color: 14322565.
HSL color Cylindrical-coordinate representation of color #858BDA: hue angle of 235.76º 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 #858BDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 139 | 218 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.15 |
| HSL | 235.76º | 0.53% | 0.69% | - |
| HSV(B) | 235.76º | 0.39% | 0.85% | - |
| XYZ | 31.56 | 28.51 | 70.17 | - |
| YUV | 146.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 218 | 0.39 | 0.36 | 0 | 0.15 | 235.76 | 0.53 | 0.69 |
| Hex | 85 | 8B | DA | 27 | 24 | 0 | F | EC | 35 | 45 |
| Octal | 205 | 213 | 332 | 47 | 44 | 0 | 17 | 354 | 65 | 105 |
| Binary | 10000101 | 10001011 | 11011010 | 100111 | 100100 | 0 | 1111 | 11101100 | 110101 | 1000101 |
Color Harmonies of #858BDA
Complementary color
Monochromatic Colors of #858BDA
Black with #858BDA
Text Example
Text Example
White with #858BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BDA; }
p { color: rgb(133,139,218); }
H1.HeaderClassName
{
color: #858BDA;
}
.AnyTagClassName
{
color: #858BDA;
}
</style>
background-color css
<style>
a { background-color: #858BDA; }
a { background-color: rgb(133,139,218); }
div.DivClassName
{
background-color: #858BDA;
}
.BgClassName
{
background-color: #858BDA;
}
</style>
border-color css
<style>
span { border-color: #858BDA; }
span { border-color: rgb(133,139,218); }
td.TdClassName
{
border-color: #858BDA;
}
.TagClassName
{
border-color: #858BDA;
}
</style>