Shades of Portage #8599CB
Tints of Portage #8599CB
RGB
CMYK
RGB Variations
Color information
#8599CB (or 0x8599CB) is known color: Portage. HEX triplet: 85, 99 and CB. RGB value is (133,153,203). Sum of RGB (Red+Green+Blue) = 133+153+203=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8599CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CB is #7A6634. Grayscale: #989898. Windows color (decimal): -8021557 or 13343109. OLE color: 13343109.
HSL color Cylindrical-coordinate representation of color #8599CB: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8599CB is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 153 | 203 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.20 |
| HSL | 222.86º | 0.4% | 0.66% | - |
| HSV(B) | 222.86º | 0.34% | 0.8% | - |
| XYZ | 31.84 | 32.08 | 61.01 | - |
| YUV | 152.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 203 | 0.34 | 0.25 | 0 | 0.20 | 222.86 | 0.4 | 0.66 |
| Hex | 85 | 99 | CB | 22 | 19 | 0 | 14 | DF | 28 | 42 |
| Octal | 205 | 231 | 313 | 42 | 31 | 0 | 24 | 337 | 50 | 102 |
| Binary | 10000101 | 10011001 | 11001011 | 100010 | 11001 | 0 | 10100 | 11011111 | 101000 | 1000010 |
Color Harmonies of #8599CB
Complementary color
Monochromatic Colors of #8599CB
Black with #8599CB
Text Example
Text Example
White with #8599CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599CB; }
p { color: rgb(133,153,203); }
H1.HeaderClassName
{
color: #8599CB;
}
.AnyTagClassName
{
color: #8599CB;
}
</style>
background-color css
<style>
a { background-color: #8599CB; }
a { background-color: rgb(133,153,203); }
div.DivClassName
{
background-color: #8599CB;
}
.BgClassName
{
background-color: #8599CB;
}
</style>
border-color css
<style>
span { border-color: #8599CB; }
span { border-color: rgb(133,153,203); }
td.TdClassName
{
border-color: #8599CB;
}
.TagClassName
{
border-color: #8599CB;
}
</style>