Shades of Portage #8699DF
Tints of Portage #8699DF
RGB
CMYK
RGB Variations
Color information
#8699DF (or 0x8699DF) is known color: Portage. HEX triplet: 86, 99 and DF. RGB value is (134,153,223). Sum of RGB (Red+Green+Blue) = 134+153+223=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #8699DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DF is #796620. Grayscale: #9B9B9B. Windows color (decimal): -7956001 or 14653830. OLE color: 14653830.
HSL color Cylindrical-coordinate representation of color #8699DF: hue angle of 227.19º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8699DF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 153 | 223 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.13 |
| HSL | 227.19º | 0.58% | 0.7% | - |
| HSV(B) | 227.19º | 0.4% | 0.87% | - |
| XYZ | 34.54 | 33.18 | 74.4 | - |
| YUV | 155.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 223 | 0.40 | 0.31 | 0 | 0.13 | 227.19 | 0.58 | 0.7 |
| Hex | 86 | 99 | DF | 28 | 1F | 0 | D | E3 | 3A | 46 |
| Octal | 206 | 231 | 337 | 50 | 37 | 0 | 15 | 343 | 72 | 106 |
| Binary | 10000110 | 10011001 | 11011111 | 101000 | 11111 | 0 | 1101 | 11100011 | 111010 | 1000110 |
Color Harmonies of #8699DF
Complementary color
Monochromatic Colors of #8699DF
Black with #8699DF
Text Example
Text Example
White with #8699DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699DF; }
p { color: rgb(134,153,223); }
H1.HeaderClassName
{
color: #8699DF;
}
.AnyTagClassName
{
color: #8699DF;
}
</style>
background-color css
<style>
a { background-color: #8699DF; }
a { background-color: rgb(134,153,223); }
div.DivClassName
{
background-color: #8699DF;
}
.BgClassName
{
background-color: #8699DF;
}
</style>
border-color css
<style>
span { border-color: #8699DF; }
span { border-color: rgb(134,153,223); }
td.TdClassName
{
border-color: #8699DF;
}
.TagClassName
{
border-color: #8699DF;
}
</style>