Shades of Portage #869CFD
Tints of Portage #869CFD
RGB
CMYK
RGB Variations
Color information
#869CFD (or 0x869CFD) is known color: Portage. HEX triplet: 86, 9C and FD. RGB value is (134,156,253). Sum of RGB (Red+Green+Blue) = 134+156+253=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #869CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CFD is #796302. Grayscale: #A0A0A0. Windows color (decimal): -7955203 or 16620678. OLE color: 16620678.
HSL color Cylindrical-coordinate representation of color #869CFD: hue angle of 228.91º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869CFD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 156 | 253 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.01 |
| HSL | 228.91º | 0.97% | 0.76% | - |
| HSV(B) | 228.91º | 0.47% | 0.99% | - |
| XYZ | 39.45 | 35.94 | 97.79 | - |
| YUV | 160.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 253 | 0.47 | 0.38 | 0 | 0.01 | 228.91 | 0.97 | 0.76 |
| Hex | 86 | 9C | FD | 2F | 26 | 0 | 1 | E5 | 61 | 4C |
| Octal | 206 | 234 | 375 | 57 | 46 | 0 | 1 | 345 | 141 | 114 |
| Binary | 10000110 | 10011100 | 11111101 | 101111 | 100110 | 0 | 1 | 11100101 | 1100001 | 1001100 |
Color Harmonies of #869CFD
Complementary color
Monochromatic Colors of #869CFD
Black with #869CFD
Text Example
Text Example
White with #869CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CFD; }
p { color: rgb(134,156,253); }
H1.HeaderClassName
{
color: #869CFD;
}
.AnyTagClassName
{
color: #869CFD;
}
</style>
background-color css
<style>
a { background-color: #869CFD; }
a { background-color: rgb(134,156,253); }
div.DivClassName
{
background-color: #869CFD;
}
.BgClassName
{
background-color: #869CFD;
}
</style>
border-color css
<style>
span { border-color: #869CFD; }
span { border-color: rgb(134,156,253); }
td.TdClassName
{
border-color: #869CFD;
}
.TagClassName
{
border-color: #869CFD;
}
</style>