Shades of Portage #869CCF
Tints of Portage #869CCF
RGB
CMYK
RGB Variations
Color information
#869CCF (or 0x869CCF) is known color: Portage. HEX triplet: 86, 9C and CF. RGB value is (134,156,207). Sum of RGB (Red+Green+Blue) = 134+156+207=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #869CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCF is #796330. Grayscale: #9B9B9B. Windows color (decimal): -7955249 or 13606022. OLE color: 13606022.
HSL color Cylindrical-coordinate representation of color #869CCF: hue angle of 221.92º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869CCF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 156 | 207 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.19 |
| HSL | 221.92º | 0.43% | 0.67% | - |
| HSV(B) | 221.92º | 0.35% | 0.81% | - |
| XYZ | 32.98 | 33.35 | 63.73 | - |
| YUV | 155.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 207 | 0.35 | 0.25 | 0 | 0.19 | 221.92 | 0.43 | 0.67 |
| Hex | 86 | 9C | CF | 23 | 19 | 0 | 13 | DE | 2B | 43 |
| Octal | 206 | 234 | 317 | 43 | 31 | 0 | 23 | 336 | 53 | 103 |
| Binary | 10000110 | 10011100 | 11001111 | 100011 | 11001 | 0 | 10011 | 11011110 | 101011 | 1000011 |
Color Harmonies of #869CCF
Complementary color
Monochromatic Colors of #869CCF
Black with #869CCF
Text Example
Text Example
White with #869CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CCF; }
p { color: rgb(134,156,207); }
H1.HeaderClassName
{
color: #869CCF;
}
.AnyTagClassName
{
color: #869CCF;
}
</style>
background-color css
<style>
a { background-color: #869CCF; }
a { background-color: rgb(134,156,207); }
div.DivClassName
{
background-color: #869CCF;
}
.BgClassName
{
background-color: #869CCF;
}
</style>
border-color css
<style>
span { border-color: #869CCF; }
span { border-color: rgb(134,156,207); }
td.TdClassName
{
border-color: #869CCF;
}
.TagClassName
{
border-color: #869CCF;
}
</style>