Shades of Portage #8699DD
Tints of Portage #8699DD
RGB
CMYK
RGB Variations
Color information
#8699DD (or 0x8699DD) is known color: Portage. HEX triplet: 86, 99 and DD. RGB value is (134,153,221). Sum of RGB (Red+Green+Blue) = 134+153+221=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8699DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DD is #796622. Grayscale: #9A9A9A. Windows color (decimal): -7956003 or 14522758. OLE color: 14522758.
HSL color Cylindrical-coordinate representation of color #8699DD: hue angle of 226.9º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8699DD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 153 | 221 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.13 |
| HSL | 226.9º | 0.56% | 0.7% | - |
| HSV(B) | 226.9º | 0.39% | 0.87% | - |
| XYZ | 34.27 | 33.07 | 72.98 | - |
| YUV | 155.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 221 | 0.39 | 0.31 | 0 | 0.13 | 226.9 | 0.56 | 0.7 |
| Hex | 86 | 99 | DD | 27 | 1F | 0 | D | E3 | 38 | 46 |
| Octal | 206 | 231 | 335 | 47 | 37 | 0 | 15 | 343 | 70 | 106 |
| Binary | 10000110 | 10011001 | 11011101 | 100111 | 11111 | 0 | 1101 | 11100011 | 111000 | 1000110 |
Color Harmonies of #8699DD
Complementary color
Monochromatic Colors of #8699DD
Black with #8699DD
Text Example
Text Example
White with #8699DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699DD; }
p { color: rgb(134,153,221); }
H1.HeaderClassName
{
color: #8699DD;
}
.AnyTagClassName
{
color: #8699DD;
}
</style>
background-color css
<style>
a { background-color: #8699DD; }
a { background-color: rgb(134,153,221); }
div.DivClassName
{
background-color: #8699DD;
}
.BgClassName
{
background-color: #8699DD;
}
</style>
border-color css
<style>
span { border-color: #8699DD; }
span { border-color: rgb(134,153,221); }
td.TdClassName
{
border-color: #8699DD;
}
.TagClassName
{
border-color: #8699DD;
}
</style>