Shades of Portage #868AD3
Tints of Portage #868AD3
RGB
CMYK
RGB Variations
Color information
#868AD3 (or 0x868AD3) is known color: Portage. HEX triplet: 86, 8A and D3. RGB value is (134,138,211). Sum of RGB (Red+Green+Blue) = 134+138+211=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #868AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AD3 is #79752C. Grayscale: #909090. Windows color (decimal): -7959853 or 13863558. OLE color: 13863558.
HSL color Cylindrical-coordinate representation of color #868AD3: hue angle of 236.88º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868AD3 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 138 | 211 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.17 |
| HSL | 236.88º | 0.47% | 0.68% | - |
| HSV(B) | 236.88º | 0.36% | 0.83% | - |
| XYZ | 30.68 | 27.95 | 65.41 | - |
| YUV | 145.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 211 | 0.36 | 0.35 | 0 | 0.17 | 236.88 | 0.47 | 0.68 |
| Hex | 86 | 8A | D3 | 24 | 23 | 0 | 11 | ED | 2F | 44 |
| Octal | 206 | 212 | 323 | 44 | 43 | 0 | 21 | 355 | 57 | 104 |
| Binary | 10000110 | 10001010 | 11010011 | 100100 | 100011 | 0 | 10001 | 11101101 | 101111 | 1000100 |
Color Harmonies of #868AD3
Complementary color
Monochromatic Colors of #868AD3
Black with #868AD3
Text Example
Text Example
White with #868AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AD3; }
p { color: rgb(134,138,211); }
H1.HeaderClassName
{
color: #868AD3;
}
.AnyTagClassName
{
color: #868AD3;
}
</style>
background-color css
<style>
a { background-color: #868AD3; }
a { background-color: rgb(134,138,211); }
div.DivClassName
{
background-color: #868AD3;
}
.BgClassName
{
background-color: #868AD3;
}
</style>
border-color css
<style>
span { border-color: #868AD3; }
span { border-color: rgb(134,138,211); }
td.TdClassName
{
border-color: #868AD3;
}
.TagClassName
{
border-color: #868AD3;
}
</style>