Shades of Portage #8699FF
Tints of Portage #8699FF
RGB
CMYK
RGB Variations
Color information
#8699FF (or 0x8699FF) is known color: Portage. HEX triplet: 86, 99 and FF. RGB value is (134,153,255). Sum of RGB (Red+Green+Blue) = 134+153+255=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8699FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8699FF is #796600. Grayscale: #9E9E9E. Windows color (decimal): -7955969 or 16750982. OLE color: 16750982.
HSL color Cylindrical-coordinate representation of color #8699FF: hue angle of 230.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8699FF is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 153 | 255 | - |
| CMYK | 0.47 | 0.4 | 0 | 0 |
| HSL | 230.58º | 1% | 0.76% | - |
| HSV(B) | 230.58º | 0.47% | 1% | - |
| XYZ | 39.27 | 35.07 | 99.31 | - |
| YUV | 158.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 255 | 0.47 | 0.4 | 0 | 0 | 230.58 | 1 | 0.76 |
| Hex | 86 | 99 | FF | 2F | 28 | 0 | 0 | E7 | 64 | 4C |
| Octal | 206 | 231 | 377 | 57 | 50 | 0 | 0 | 347 | 144 | 114 |
| Binary | 10000110 | 10011001 | 11111111 | 101111 | 101000 | 0 | 0 | 11100111 | 1100100 | 1001100 |
Color Harmonies of #8699FF
Complementary color
Monochromatic Colors of #8699FF
Black with #8699FF
Text Example
Text Example
White with #8699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699FF; }
p { color: rgb(134,153,255); }
H1.HeaderClassName
{
color: #8699FF;
}
.AnyTagClassName
{
color: #8699FF;
}
</style>
background-color css
<style>
a { background-color: #8699FF; }
a { background-color: rgb(134,153,255); }
div.DivClassName
{
background-color: #8699FF;
}
.BgClassName
{
background-color: #8699FF;
}
</style>
border-color css
<style>
span { border-color: #8699FF; }
span { border-color: rgb(134,153,255); }
td.TdClassName
{
border-color: #8699FF;
}
.TagClassName
{
border-color: #8699FF;
}
</style>