Shades of Portage #8599CC
Tints of Portage #8599CC
RGB
CMYK
RGB Variations
Color information
#8599CC (or 0x8599CC) is known color: Portage. HEX triplet: 85, 99 and CC. RGB value is (133,153,204). Sum of RGB (Red+Green+Blue) = 133+153+204=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #8599CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CC is #7A6633. Grayscale: #989898. Windows color (decimal): -8021556 or 13408645. OLE color: 13408645.
HSL color Cylindrical-coordinate representation of color #8599CC: hue angle of 223.1º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8599CC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 153 | 204 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.2 |
| HSL | 223.1º | 0.41% | 0.66% | - |
| HSV(B) | 223.1º | 0.35% | 0.8% | - |
| XYZ | 31.96 | 32.13 | 61.64 | - |
| YUV | 152.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 204 | 0.35 | 0.25 | 0 | 0.2 | 223.1 | 0.41 | 0.66 |
| Hex | 85 | 99 | CC | 23 | 19 | 0 | 14 | DF | 29 | 42 |
| Octal | 205 | 231 | 314 | 43 | 31 | 0 | 24 | 337 | 51 | 102 |
| Binary | 10000101 | 10011001 | 11001100 | 100011 | 11001 | 0 | 10100 | 11011111 | 101001 | 1000010 |
Color Harmonies of #8599CC
Complementary color
Monochromatic Colors of #8599CC
Black with #8599CC
Text Example
Text Example
White with #8599CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599CC; }
p { color: rgb(133,153,204); }
H1.HeaderClassName
{
color: #8599CC;
}
.AnyTagClassName
{
color: #8599CC;
}
</style>
background-color css
<style>
a { background-color: #8599CC; }
a { background-color: rgb(133,153,204); }
div.DivClassName
{
background-color: #8599CC;
}
.BgClassName
{
background-color: #8599CC;
}
</style>
border-color css
<style>
span { border-color: #8599CC; }
span { border-color: rgb(133,153,204); }
td.TdClassName
{
border-color: #8599CC;
}
.TagClassName
{
border-color: #8599CC;
}
</style>