Shades of Portage #858AD6
Tints of Portage #858AD6
RGB
CMYK
RGB Variations
Color information
#858AD6 (or 0x858AD6) is known color: Portage. HEX triplet: 85, 8A and D6. RGB value is (133,138,214). Sum of RGB (Red+Green+Blue) = 133+138+214=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #858AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858AD6 is #7A7529. Grayscale: #909090. Windows color (decimal): -8025386 or 14060165. OLE color: 14060165.
HSL color Cylindrical-coordinate representation of color #858AD6: hue angle of 236.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858AD6 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 138 | 214 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.16 |
| HSL | 236.3º | 0.5% | 0.68% | - |
| HSV(B) | 236.3º | 0.38% | 0.84% | - |
| XYZ | 30.9 | 28.02 | 67.4 | - |
| YUV | 145.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 214 | 0.38 | 0.36 | 0 | 0.16 | 236.3 | 0.5 | 0.68 |
| Hex | 85 | 8A | D6 | 26 | 24 | 0 | 10 | EC | 32 | 44 |
| Octal | 205 | 212 | 326 | 46 | 44 | 0 | 20 | 354 | 62 | 104 |
| Binary | 10000101 | 10001010 | 11010110 | 100110 | 100100 | 0 | 10000 | 11101100 | 110010 | 1000100 |
Color Harmonies of #858AD6
Complementary color
Monochromatic Colors of #858AD6
Black with #858AD6
Text Example
Text Example
White with #858AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AD6; }
p { color: rgb(133,138,214); }
H1.HeaderClassName
{
color: #858AD6;
}
.AnyTagClassName
{
color: #858AD6;
}
</style>
background-color css
<style>
a { background-color: #858AD6; }
a { background-color: rgb(133,138,214); }
div.DivClassName
{
background-color: #858AD6;
}
.BgClassName
{
background-color: #858AD6;
}
</style>
border-color css
<style>
span { border-color: #858AD6; }
span { border-color: rgb(133,138,214); }
td.TdClassName
{
border-color: #858AD6;
}
.TagClassName
{
border-color: #858AD6;
}
</style>