Shades of Portage #8598CE
Tints of Portage #8598CE
RGB
CMYK
RGB Variations
Color information
#8598CE (or 0x8598CE) is known color: Portage. HEX triplet: 85, 98 and CE. RGB value is (133,152,206). Sum of RGB (Red+Green+Blue) = 133+152+206=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8598CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CE is #7A6731. Grayscale: #989898. Windows color (decimal): -8021810 or 13539461. OLE color: 13539461.
HSL color Cylindrical-coordinate representation of color #8598CE: hue angle of 224.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8598CE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 152 | 206 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.19 |
| HSL | 224.38º | 0.43% | 0.66% | - |
| HSV(B) | 224.38º | 0.35% | 0.81% | - |
| XYZ | 32.04 | 31.9 | 62.86 | - |
| YUV | 152.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 206 | 0.35 | 0.26 | 0 | 0.19 | 224.38 | 0.43 | 0.66 |
| Hex | 85 | 98 | CE | 23 | 1A | 0 | 13 | E0 | 2B | 42 |
| Octal | 205 | 230 | 316 | 43 | 32 | 0 | 23 | 340 | 53 | 102 |
| Binary | 10000101 | 10011000 | 11001110 | 100011 | 11010 | 0 | 10011 | 11100000 | 101011 | 1000010 |
Color Harmonies of #8598CE
Complementary color
Monochromatic Colors of #8598CE
Black with #8598CE
Text Example
Text Example
White with #8598CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598CE; }
p { color: rgb(133,152,206); }
H1.HeaderClassName
{
color: #8598CE;
}
.AnyTagClassName
{
color: #8598CE;
}
</style>
background-color css
<style>
a { background-color: #8598CE; }
a { background-color: rgb(133,152,206); }
div.DivClassName
{
background-color: #8598CE;
}
.BgClassName
{
background-color: #8598CE;
}
</style>
border-color css
<style>
span { border-color: #8598CE; }
span { border-color: rgb(133,152,206); }
td.TdClassName
{
border-color: #8598CE;
}
.TagClassName
{
border-color: #8598CE;
}
</style>