Shades of Portage #8599EE
Tints of Portage #8599EE
RGB
CMYK
RGB Variations
Color information
#8599EE (or 0x8599EE) is known color: Portage. HEX triplet: 85, 99 and EE. RGB value is (133,153,238). Sum of RGB (Red+Green+Blue) = 133+153+238=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #8599EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599EE is #7A6611. Grayscale: #9C9C9C. Windows color (decimal): -8021522 or 15636869. OLE color: 15636869.
HSL color Cylindrical-coordinate representation of color #8599EE: hue angle of 228.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8599EE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 153 | 238 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.07 |
| HSL | 228.57º | 0.76% | 0.73% | - |
| HSV(B) | 228.57º | 0.44% | 0.93% | - |
| XYZ | 36.5 | 33.94 | 85.52 | - |
| YUV | 156.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 238 | 0.44 | 0.36 | 0 | 0.07 | 228.57 | 0.76 | 0.73 |
| Hex | 85 | 99 | EE | 2C | 24 | 0 | 7 | E5 | 4C | 49 |
| Octal | 205 | 231 | 356 | 54 | 44 | 0 | 7 | 345 | 114 | 111 |
| Binary | 10000101 | 10011001 | 11101110 | 101100 | 100100 | 0 | 111 | 11100101 | 1001100 | 1001001 |
Color Harmonies of #8599EE
Complementary color
Monochromatic Colors of #8599EE
Black with #8599EE
Text Example
Text Example
White with #8599EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599EE; }
p { color: rgb(133,153,238); }
H1.HeaderClassName
{
color: #8599EE;
}
.AnyTagClassName
{
color: #8599EE;
}
</style>
background-color css
<style>
a { background-color: #8599EE; }
a { background-color: rgb(133,153,238); }
div.DivClassName
{
background-color: #8599EE;
}
.BgClassName
{
background-color: #8599EE;
}
</style>
border-color css
<style>
span { border-color: #8599EE; }
span { border-color: rgb(133,153,238); }
td.TdClassName
{
border-color: #8599EE;
}
.TagClassName
{
border-color: #8599EE;
}
</style>