Shades of Portage #8698CF
Tints of Portage #8698CF
RGB
CMYK
RGB Variations
Color information
#8698CF (or 0x8698CF) is known color: Portage. HEX triplet: 86, 98 and CF. RGB value is (134,152,207). Sum of RGB (Red+Green+Blue) = 134+152+207=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #8698CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698CF is #796730. Grayscale: #989898. Windows color (decimal): -7956273 or 13604998. OLE color: 13604998.
HSL color Cylindrical-coordinate representation of color #8698CF: hue angle of 225.21º 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 #8698CF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 152 | 207 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.19 |
| HSL | 225.21º | 0.43% | 0.67% | - |
| HSV(B) | 225.21º | 0.35% | 0.81% | - |
| XYZ | 32.32 | 32.03 | 63.51 | - |
| YUV | 152.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 207 | 0.35 | 0.27 | 0 | 0.19 | 225.21 | 0.43 | 0.67 |
| Hex | 86 | 98 | CF | 23 | 1B | 0 | 13 | E1 | 2B | 43 |
| Octal | 206 | 230 | 317 | 43 | 33 | 0 | 23 | 341 | 53 | 103 |
| Binary | 10000110 | 10011000 | 11001111 | 100011 | 11011 | 0 | 10011 | 11100001 | 101011 | 1000011 |
Color Harmonies of #8698CF
Complementary color
Monochromatic Colors of #8698CF
Black with #8698CF
Text Example
Text Example
White with #8698CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698CF; }
p { color: rgb(134,152,207); }
H1.HeaderClassName
{
color: #8698CF;
}
.AnyTagClassName
{
color: #8698CF;
}
</style>
background-color css
<style>
a { background-color: #8698CF; }
a { background-color: rgb(134,152,207); }
div.DivClassName
{
background-color: #8698CF;
}
.BgClassName
{
background-color: #8698CF;
}
</style>
border-color css
<style>
span { border-color: #8698CF; }
span { border-color: rgb(134,152,207); }
td.TdClassName
{
border-color: #8698CF;
}
.TagClassName
{
border-color: #8698CF;
}
</style>