Shades of Portage #8598DB
Tints of Portage #8598DB
RGB
CMYK
RGB Variations
Color information
#8598DB (or 0x8598DB) is known color: Portage. HEX triplet: 85, 98 and DB. RGB value is (133,152,219). Sum of RGB (Red+Green+Blue) = 133+152+219=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8598DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598DB is #7A6724. Grayscale: #999999. Windows color (decimal): -8021797 or 14391429. OLE color: 14391429.
HSL color Cylindrical-coordinate representation of color #8598DB: hue angle of 226.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8598DB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 152 | 219 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.14 |
| HSL | 226.74º | 0.54% | 0.69% | - |
| HSV(B) | 226.74º | 0.39% | 0.86% | - |
| XYZ | 33.69 | 32.56 | 71.53 | - |
| YUV | 153.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 219 | 0.39 | 0.31 | 0 | 0.14 | 226.74 | 0.54 | 0.69 |
| Hex | 85 | 98 | DB | 27 | 1F | 0 | E | E3 | 36 | 45 |
| Octal | 205 | 230 | 333 | 47 | 37 | 0 | 16 | 343 | 66 | 105 |
| Binary | 10000101 | 10011000 | 11011011 | 100111 | 11111 | 0 | 1110 | 11100011 | 110110 | 1000101 |
Color Harmonies of #8598DB
Complementary color
Monochromatic Colors of #8598DB
Black with #8598DB
Text Example
Text Example
White with #8598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598DB; }
p { color: rgb(133,152,219); }
H1.HeaderClassName
{
color: #8598DB;
}
.AnyTagClassName
{
color: #8598DB;
}
</style>
background-color css
<style>
a { background-color: #8598DB; }
a { background-color: rgb(133,152,219); }
div.DivClassName
{
background-color: #8598DB;
}
.BgClassName
{
background-color: #8598DB;
}
</style>
border-color css
<style>
span { border-color: #8598DB; }
span { border-color: rgb(133,152,219); }
td.TdClassName
{
border-color: #8598DB;
}
.TagClassName
{
border-color: #8598DB;
}
</style>