Shades of Portage #858AD0
Tints of Portage #858AD0
RGB
CMYK
RGB Variations
Color information
#858AD0 (or 0x858AD0) is known color: Portage. HEX triplet: 85, 8A and D0. RGB value is (133,138,208). Sum of RGB (Red+Green+Blue) = 133+138+208=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #858AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858AD0 is #7A752F. Grayscale: #909090. Windows color (decimal): -8025392 or 13666949. OLE color: 13666949.
HSL color Cylindrical-coordinate representation of color #858AD0: hue angle of 236º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858AD0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 138 | 208 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.18 |
| HSL | 236º | 0.44% | 0.67% | - |
| HSV(B) | 236º | 0.36% | 0.82% | - |
| XYZ | 30.15 | 27.72 | 63.44 | - |
| YUV | 144.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 208 | 0.36 | 0.34 | 0 | 0.18 | 236 | 0.44 | 0.67 |
| Hex | 85 | 8A | D0 | 24 | 22 | 0 | 12 | EC | 2C | 43 |
| Octal | 205 | 212 | 320 | 44 | 42 | 0 | 22 | 354 | 54 | 103 |
| Binary | 10000101 | 10001010 | 11010000 | 100100 | 100010 | 0 | 10010 | 11101100 | 101100 | 1000011 |
Color Harmonies of #858AD0
Complementary color
Monochromatic Colors of #858AD0
Black with #858AD0
Text Example
Text Example
White with #858AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AD0; }
p { color: rgb(133,138,208); }
H1.HeaderClassName
{
color: #858AD0;
}
.AnyTagClassName
{
color: #858AD0;
}
</style>
background-color css
<style>
a { background-color: #858AD0; }
a { background-color: rgb(133,138,208); }
div.DivClassName
{
background-color: #858AD0;
}
.BgClassName
{
background-color: #858AD0;
}
</style>
border-color css
<style>
span { border-color: #858AD0; }
span { border-color: rgb(133,138,208); }
td.TdClassName
{
border-color: #858AD0;
}
.TagClassName
{
border-color: #858AD0;
}
</style>