Shades of Portage #8599ED
Tints of Portage #8599ED
RGB
CMYK
RGB Variations
Color information
#8599ED (or 0x8599ED) is known color: Portage. HEX triplet: 85, 99 and ED. RGB value is (133,153,237). Sum of RGB (Red+Green+Blue) = 133+153+237=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8599ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599ED is #7A6612. Grayscale: #9C9C9C. Windows color (decimal): -8021523 or 15571333. OLE color: 15571333.
HSL color Cylindrical-coordinate representation of color #8599ED: hue angle of 228.46º degrees, saturation: 0.74, 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 #8599ED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 153 | 237 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 228.46º | 0.74% | 0.73% | - |
| HSV(B) | 228.46º | 0.44% | 0.93% | - |
| XYZ | 36.35 | 33.88 | 84.75 | - |
| YUV | 156.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 237 | 0.44 | 0.35 | 0 | 0.07 | 228.46 | 0.74 | 0.73 |
| Hex | 85 | 99 | ED | 2C | 23 | 0 | 7 | E4 | 4A | 49 |
| Octal | 205 | 231 | 355 | 54 | 43 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10000101 | 10011001 | 11101101 | 101100 | 100011 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #8599ED
Complementary color
Monochromatic Colors of #8599ED
Black with #8599ED
Text Example
Text Example
White with #8599ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599ED; }
p { color: rgb(133,153,237); }
H1.HeaderClassName
{
color: #8599ED;
}
.AnyTagClassName
{
color: #8599ED;
}
</style>
background-color css
<style>
a { background-color: #8599ED; }
a { background-color: rgb(133,153,237); }
div.DivClassName
{
background-color: #8599ED;
}
.BgClassName
{
background-color: #8599ED;
}
</style>
border-color css
<style>
span { border-color: #8599ED; }
span { border-color: rgb(133,153,237); }
td.TdClassName
{
border-color: #8599ED;
}
.TagClassName
{
border-color: #8599ED;
}
</style>