Shades of Portage #869AD3
Tints of Portage #869AD3
RGB
CMYK
RGB Variations
Color information
#869AD3 (or 0x869AD3) is known color: Portage. HEX triplet: 86, 9A and D3. RGB value is (134,154,211). Sum of RGB (Red+Green+Blue) = 134+154+211=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #869AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869AD3 is #79652C. Grayscale: #9A9A9A. Windows color (decimal): -7955757 or 13867654. OLE color: 13867654.
HSL color Cylindrical-coordinate representation of color #869AD3: hue angle of 224.42º 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 #869AD3 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 154 | 211 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.17 |
| HSL | 224.42º | 0.47% | 0.68% | - |
| HSV(B) | 224.42º | 0.36% | 0.83% | - |
| XYZ | 33.14 | 32.88 | 66.23 | - |
| YUV | 154.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 211 | 0.36 | 0.27 | 0 | 0.17 | 224.42 | 0.47 | 0.68 |
| Hex | 86 | 9A | D3 | 24 | 1B | 0 | 11 | E0 | 2F | 44 |
| Octal | 206 | 232 | 323 | 44 | 33 | 0 | 21 | 340 | 57 | 104 |
| Binary | 10000110 | 10011010 | 11010011 | 100100 | 11011 | 0 | 10001 | 11100000 | 101111 | 1000100 |
Color Harmonies of #869AD3
Complementary color
Monochromatic Colors of #869AD3
Black with #869AD3
Text Example
Text Example
White with #869AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869AD3; }
p { color: rgb(134,154,211); }
H1.HeaderClassName
{
color: #869AD3;
}
.AnyTagClassName
{
color: #869AD3;
}
</style>
background-color css
<style>
a { background-color: #869AD3; }
a { background-color: rgb(134,154,211); }
div.DivClassName
{
background-color: #869AD3;
}
.BgClassName
{
background-color: #869AD3;
}
</style>
border-color css
<style>
span { border-color: #869AD3; }
span { border-color: rgb(134,154,211); }
td.TdClassName
{
border-color: #869AD3;
}
.TagClassName
{
border-color: #869AD3;
}
</style>