Shades of Portage #8699CF
Tints of Portage #8699CF
RGB
CMYK
RGB Variations
Color information
#8699CF (or 0x8699CF) is known color: Portage. HEX triplet: 86, 99 and CF. RGB value is (134,153,207). Sum of RGB (Red+Green+Blue) = 134+153+207=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #8699CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699CF is #796630. Grayscale: #999999. Windows color (decimal): -7956017 or 13605254. OLE color: 13605254.
HSL color Cylindrical-coordinate representation of color #8699CF: hue angle of 224.38º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8699CF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 153 | 207 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.19 |
| HSL | 224.38º | 0.43% | 0.67% | - |
| HSV(B) | 224.38º | 0.35% | 0.81% | - |
| XYZ | 32.49 | 32.36 | 63.56 | - |
| YUV | 153.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 207 | 0.35 | 0.26 | 0 | 0.19 | 224.38 | 0.43 | 0.67 |
| Hex | 86 | 99 | CF | 23 | 1A | 0 | 13 | E0 | 2B | 43 |
| Octal | 206 | 231 | 317 | 43 | 32 | 0 | 23 | 340 | 53 | 103 |
| Binary | 10000110 | 10011001 | 11001111 | 100011 | 11010 | 0 | 10011 | 11100000 | 101011 | 1000011 |
Color Harmonies of #8699CF
Complementary color
Monochromatic Colors of #8699CF
Black with #8699CF
Text Example
Text Example
White with #8699CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699CF; }
p { color: rgb(134,153,207); }
H1.HeaderClassName
{
color: #8699CF;
}
.AnyTagClassName
{
color: #8699CF;
}
</style>
background-color css
<style>
a { background-color: #8699CF; }
a { background-color: rgb(134,153,207); }
div.DivClassName
{
background-color: #8699CF;
}
.BgClassName
{
background-color: #8699CF;
}
</style>
border-color css
<style>
span { border-color: #8699CF; }
span { border-color: rgb(134,153,207); }
td.TdClassName
{
border-color: #8699CF;
}
.TagClassName
{
border-color: #8699CF;
}
</style>