Shades of Portage #8699FE
Tints of Portage #8699FE
RGB
CMYK
RGB Variations
Color information
#8699FE (or 0x8699FE) is known color: Portage. HEX triplet: 86, 99 and FE. RGB value is (134,153,254). Sum of RGB (Red+Green+Blue) = 134+153+254=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #8699FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8699FE is #796601. Grayscale: #9E9E9E. Windows color (decimal): -7955970 or 16685446. OLE color: 16685446.
HSL color Cylindrical-coordinate representation of color #8699FE: hue angle of 230.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8699FE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 153 | 254 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.00 |
| HSL | 230.5º | 0.98% | 0.76% | - |
| HSV(B) | 230.5º | 0.47% | 1% | - |
| XYZ | 39.11 | 35.01 | 98.46 | - |
| YUV | 158.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 254 | 0.47 | 0.40 | 0 | 0.00 | 230.5 | 0.98 | 0.76 |
| Hex | 86 | 99 | FE | 2F | 28 | 0 | 0 | E6 | 62 | 4C |
| Octal | 206 | 231 | 376 | 57 | 50 | 0 | 0 | 346 | 142 | 114 |
| Binary | 10000110 | 10011001 | 11111110 | 101111 | 101000 | 0 | 0 | 11100110 | 1100010 | 1001100 |
Color Harmonies of #8699FE
Complementary color
Monochromatic Colors of #8699FE
Black with #8699FE
Text Example
Text Example
White with #8699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699FE; }
p { color: rgb(134,153,254); }
H1.HeaderClassName
{
color: #8699FE;
}
.AnyTagClassName
{
color: #8699FE;
}
</style>
background-color css
<style>
a { background-color: #8699FE; }
a { background-color: rgb(134,153,254); }
div.DivClassName
{
background-color: #8699FE;
}
.BgClassName
{
background-color: #8699FE;
}
</style>
border-color css
<style>
span { border-color: #8699FE; }
span { border-color: rgb(134,153,254); }
td.TdClassName
{
border-color: #8699FE;
}
.TagClassName
{
border-color: #8699FE;
}
</style>