Shades of Portage #8599EF
Tints of Portage #8599EF
RGB
CMYK
RGB Variations
Color information
#8599EF (or 0x8599EF) is known color: Portage. HEX triplet: 85, 99 and EF. RGB value is (133,153,239). Sum of RGB (Red+Green+Blue) = 133+153+239=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #8599EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599EF is #7A6610. Grayscale: #9C9C9C. Windows color (decimal): -8021521 or 15702405. OLE color: 15702405.
HSL color Cylindrical-coordinate representation of color #8599EF: hue angle of 228.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8599EF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 153 | 239 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.06 |
| HSL | 228.68º | 0.77% | 0.73% | - |
| HSV(B) | 228.68º | 0.44% | 0.94% | - |
| XYZ | 36.64 | 34 | 86.29 | - |
| YUV | 156.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 239 | 0.44 | 0.36 | 0 | 0.06 | 228.68 | 0.77 | 0.73 |
| Hex | 85 | 99 | EF | 2C | 24 | 0 | 6 | E5 | 4D | 49 |
| Octal | 205 | 231 | 357 | 54 | 44 | 0 | 6 | 345 | 115 | 111 |
| Binary | 10000101 | 10011001 | 11101111 | 101100 | 100100 | 0 | 110 | 11100101 | 1001101 | 1001001 |
Color Harmonies of #8599EF
Complementary color
Monochromatic Colors of #8599EF
Black with #8599EF
Text Example
Text Example
White with #8599EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599EF; }
p { color: rgb(133,153,239); }
H1.HeaderClassName
{
color: #8599EF;
}
.AnyTagClassName
{
color: #8599EF;
}
</style>
background-color css
<style>
a { background-color: #8599EF; }
a { background-color: rgb(133,153,239); }
div.DivClassName
{
background-color: #8599EF;
}
.BgClassName
{
background-color: #8599EF;
}
</style>
border-color css
<style>
span { border-color: #8599EF; }
span { border-color: rgb(133,153,239); }
td.TdClassName
{
border-color: #8599EF;
}
.TagClassName
{
border-color: #8599EF;
}
</style>