Shades of Portage #858ADA
Tints of Portage #858ADA
RGB
CMYK
RGB Variations
Color information
#858ADA (or 0x858ADA) is known color: Portage. HEX triplet: 85, 8A and DA. RGB value is (133,138,218). Sum of RGB (Red+Green+Blue) = 133+138+218=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #858ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADA is #7A7525. Grayscale: #919191. Windows color (decimal): -8025382 or 14322309. OLE color: 14322309.
HSL color Cylindrical-coordinate representation of color #858ADA: hue angle of 236.47º 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 #858ADA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 138 | 218 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.15 |
| HSL | 236.47º | 0.53% | 0.69% | - |
| HSV(B) | 236.47º | 0.39% | 0.85% | - |
| XYZ | 31.42 | 28.23 | 70.12 | - |
| YUV | 145.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 218 | 0.39 | 0.37 | 0 | 0.15 | 236.47 | 0.53 | 0.69 |
| Hex | 85 | 8A | DA | 27 | 25 | 0 | F | EC | 35 | 45 |
| Octal | 205 | 212 | 332 | 47 | 45 | 0 | 17 | 354 | 65 | 105 |
| Binary | 10000101 | 10001010 | 11011010 | 100111 | 100101 | 0 | 1111 | 11101100 | 110101 | 1000101 |
Color Harmonies of #858ADA
Complementary color
Monochromatic Colors of #858ADA
Black with #858ADA
Text Example
Text Example
White with #858ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ADA; }
p { color: rgb(133,138,218); }
H1.HeaderClassName
{
color: #858ADA;
}
.AnyTagClassName
{
color: #858ADA;
}
</style>
background-color css
<style>
a { background-color: #858ADA; }
a { background-color: rgb(133,138,218); }
div.DivClassName
{
background-color: #858ADA;
}
.BgClassName
{
background-color: #858ADA;
}
</style>
border-color css
<style>
span { border-color: #858ADA; }
span { border-color: rgb(133,138,218); }
td.TdClassName
{
border-color: #858ADA;
}
.TagClassName
{
border-color: #858ADA;
}
</style>