Shades of Portage #8699DB
Tints of Portage #8699DB
RGB
CMYK
RGB Variations
Color information
#8699DB (or 0x8699DB) is known color: Portage. HEX triplet: 86, 99 and DB. RGB value is (134,153,219). Sum of RGB (Red+Green+Blue) = 134+153+219=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8699DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DB is #796624. Grayscale: #9A9A9A. Windows color (decimal): -7956005 or 14391686. OLE color: 14391686.
HSL color Cylindrical-coordinate representation of color #8699DB: hue angle of 226.59º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8699DB is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 153 | 219 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.14 |
| HSL | 226.59º | 0.54% | 0.69% | - |
| HSV(B) | 226.59º | 0.39% | 0.86% | - |
| XYZ | 34.01 | 32.97 | 71.59 | - |
| YUV | 154.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 219 | 0.39 | 0.30 | 0 | 0.14 | 226.59 | 0.54 | 0.69 |
| Hex | 86 | 99 | DB | 27 | 1E | 0 | E | E3 | 36 | 45 |
| Octal | 206 | 231 | 333 | 47 | 36 | 0 | 16 | 343 | 66 | 105 |
| Binary | 10000110 | 10011001 | 11011011 | 100111 | 11110 | 0 | 1110 | 11100011 | 110110 | 1000101 |
Color Harmonies of #8699DB
Complementary color
Monochromatic Colors of #8699DB
Black with #8699DB
Text Example
Text Example
White with #8699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699DB; }
p { color: rgb(134,153,219); }
H1.HeaderClassName
{
color: #8699DB;
}
.AnyTagClassName
{
color: #8699DB;
}
</style>
background-color css
<style>
a { background-color: #8699DB; }
a { background-color: rgb(134,153,219); }
div.DivClassName
{
background-color: #8699DB;
}
.BgClassName
{
background-color: #8699DB;
}
</style>
border-color css
<style>
span { border-color: #8699DB; }
span { border-color: rgb(134,153,219); }
td.TdClassName
{
border-color: #8699DB;
}
.TagClassName
{
border-color: #8699DB;
}
</style>