Shades of Portage #8598DC
Tints of Portage #8598DC
RGB
CMYK
RGB Variations
Color information
#8598DC (or 0x8598DC) is known color: Portage. HEX triplet: 85, 98 and DC. RGB value is (133,152,220). Sum of RGB (Red+Green+Blue) = 133+152+220=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8598DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598DC is #7A6723. Grayscale: #999999. Windows color (decimal): -8021796 or 14456965. OLE color: 14456965.
HSL color Cylindrical-coordinate representation of color #8598DC: hue angle of 226.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8598DC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 152 | 220 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.14 |
| HSL | 226.9º | 0.55% | 0.69% | - |
| HSV(B) | 226.9º | 0.4% | 0.86% | - |
| XYZ | 33.82 | 32.61 | 72.22 | - |
| YUV | 154.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 220 | 0.40 | 0.31 | 0 | 0.14 | 226.9 | 0.55 | 0.69 |
| Hex | 85 | 98 | DC | 28 | 1F | 0 | E | E3 | 37 | 45 |
| Octal | 205 | 230 | 334 | 50 | 37 | 0 | 16 | 343 | 67 | 105 |
| Binary | 10000101 | 10011000 | 11011100 | 101000 | 11111 | 0 | 1110 | 11100011 | 110111 | 1000101 |
Color Harmonies of #8598DC
Complementary color
Monochromatic Colors of #8598DC
Black with #8598DC
Text Example
Text Example
White with #8598DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598DC; }
p { color: rgb(133,152,220); }
H1.HeaderClassName
{
color: #8598DC;
}
.AnyTagClassName
{
color: #8598DC;
}
</style>
background-color css
<style>
a { background-color: #8598DC; }
a { background-color: rgb(133,152,220); }
div.DivClassName
{
background-color: #8598DC;
}
.BgClassName
{
background-color: #8598DC;
}
</style>
border-color css
<style>
span { border-color: #8598DC; }
span { border-color: rgb(133,152,220); }
td.TdClassName
{
border-color: #8598DC;
}
.TagClassName
{
border-color: #8598DC;
}
</style>