Shades of Portage #8599CF
Tints of Portage #8599CF
RGB
CMYK
RGB Variations
Color information
#8599CF (or 0x8599CF) is known color: Portage. HEX triplet: 85, 99 and CF. RGB value is (133,153,207). Sum of RGB (Red+Green+Blue) = 133+153+207=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #8599CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CF is #7A6630. Grayscale: #989898. Windows color (decimal): -8021553 or 13605253. OLE color: 13605253.
HSL color Cylindrical-coordinate representation of color #8599CF: hue angle of 223.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8599CF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 153 | 207 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.19 |
| HSL | 223.78º | 0.44% | 0.67% | - |
| HSV(B) | 223.78º | 0.36% | 0.81% | - |
| XYZ | 32.33 | 32.27 | 63.56 | - |
| YUV | 153.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 207 | 0.36 | 0.26 | 0 | 0.19 | 223.78 | 0.44 | 0.67 |
| Hex | 85 | 99 | CF | 24 | 1A | 0 | 13 | E0 | 2C | 43 |
| Octal | 205 | 231 | 317 | 44 | 32 | 0 | 23 | 340 | 54 | 103 |
| Binary | 10000101 | 10011001 | 11001111 | 100100 | 11010 | 0 | 10011 | 11100000 | 101100 | 1000011 |
Color Harmonies of #8599CF
Complementary color
Monochromatic Colors of #8599CF
Black with #8599CF
Text Example
Text Example
White with #8599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599CF; }
p { color: rgb(133,153,207); }
H1.HeaderClassName
{
color: #8599CF;
}
.AnyTagClassName
{
color: #8599CF;
}
</style>
background-color css
<style>
a { background-color: #8599CF; }
a { background-color: rgb(133,153,207); }
div.DivClassName
{
background-color: #8599CF;
}
.BgClassName
{
background-color: #8599CF;
}
</style>
border-color css
<style>
span { border-color: #8599CF; }
span { border-color: rgb(133,153,207); }
td.TdClassName
{
border-color: #8599CF;
}
.TagClassName
{
border-color: #8599CF;
}
</style>