Shades of Portage #858ACC
Tints of Portage #858ACC
RGB
CMYK
RGB Variations
Color information
#858ACC (or 0x858ACC) is known color: Portage. HEX triplet: 85, 8A and CC. RGB value is (133,138,204). Sum of RGB (Red+Green+Blue) = 133+138+204=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #858ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACC is #7A7533. Grayscale: #8F8F8F. Windows color (decimal): -8025396 or 13404805. OLE color: 13404805.
HSL color Cylindrical-coordinate representation of color #858ACC: hue angle of 235.77º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858ACC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 138 | 204 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.2 |
| HSL | 235.77º | 0.41% | 0.66% | - |
| HSV(B) | 235.77º | 0.35% | 0.8% | - |
| XYZ | 29.66 | 27.52 | 60.88 | - |
| YUV | 144.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 204 | 0.35 | 0.32 | 0 | 0.2 | 235.77 | 0.41 | 0.66 |
| Hex | 85 | 8A | CC | 23 | 20 | 0 | 14 | EC | 29 | 42 |
| Octal | 205 | 212 | 314 | 43 | 40 | 0 | 24 | 354 | 51 | 102 |
| Binary | 10000101 | 10001010 | 11001100 | 100011 | 100000 | 0 | 10100 | 11101100 | 101001 | 1000010 |
Color Harmonies of #858ACC
Complementary color
Monochromatic Colors of #858ACC
Black with #858ACC
Text Example
Text Example
White with #858ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ACC; }
p { color: rgb(133,138,204); }
H1.HeaderClassName
{
color: #858ACC;
}
.AnyTagClassName
{
color: #858ACC;
}
</style>
background-color css
<style>
a { background-color: #858ACC; }
a { background-color: rgb(133,138,204); }
div.DivClassName
{
background-color: #858ACC;
}
.BgClassName
{
background-color: #858ACC;
}
</style>
border-color css
<style>
span { border-color: #858ACC; }
span { border-color: rgb(133,138,204); }
td.TdClassName
{
border-color: #858ACC;
}
.TagClassName
{
border-color: #858ACC;
}
</style>