Shades of Portage #858ADC
Tints of Portage #858ADC
RGB
CMYK
RGB Variations
Color information
#858ADC (or 0x858ADC) is known color: Portage. HEX triplet: 85, 8A and DC. RGB value is (133,138,220). Sum of RGB (Red+Green+Blue) = 133+138+220=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #858ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADC is #7A7523. Grayscale: #919191. Windows color (decimal): -8025380 or 14453381. OLE color: 14453381.
HSL color Cylindrical-coordinate representation of color #858ADC: hue angle of 236.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858ADC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 138 | 220 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.14 |
| HSL | 236.55º | 0.55% | 0.69% | - |
| HSV(B) | 236.55º | 0.4% | 0.86% | - |
| XYZ | 31.68 | 28.33 | 71.51 | - |
| YUV | 145.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 220 | 0.40 | 0.37 | 0 | 0.14 | 236.55 | 0.55 | 0.69 |
| Hex | 85 | 8A | DC | 28 | 25 | 0 | E | ED | 37 | 45 |
| Octal | 205 | 212 | 334 | 50 | 45 | 0 | 16 | 355 | 67 | 105 |
| Binary | 10000101 | 10001010 | 11011100 | 101000 | 100101 | 0 | 1110 | 11101101 | 110111 | 1000101 |
Color Harmonies of #858ADC
Complementary color
Monochromatic Colors of #858ADC
Black with #858ADC
Text Example
Text Example
White with #858ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ADC; }
p { color: rgb(133,138,220); }
H1.HeaderClassName
{
color: #858ADC;
}
.AnyTagClassName
{
color: #858ADC;
}
</style>
background-color css
<style>
a { background-color: #858ADC; }
a { background-color: rgb(133,138,220); }
div.DivClassName
{
background-color: #858ADC;
}
.BgClassName
{
background-color: #858ADC;
}
</style>
border-color css
<style>
span { border-color: #858ADC; }
span { border-color: rgb(133,138,220); }
td.TdClassName
{
border-color: #858ADC;
}
.TagClassName
{
border-color: #858ADC;
}
</style>