Shades of Portage #859AEE
Tints of Portage #859AEE
RGB
CMYK
RGB Variations
Color information
#859AEE (or 0x859AEE) is known color: Portage. HEX triplet: 85, 9A and EE. RGB value is (133,154,238). Sum of RGB (Red+Green+Blue) = 133+154+238=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #859AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AEE is #7A6511. Grayscale: #9C9C9C. Windows color (decimal): -8021266 or 15637125. OLE color: 15637125.
HSL color Cylindrical-coordinate representation of color #859AEE: hue angle of 228º 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 #859AEE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 154 | 238 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 228º | 0.76% | 0.73% | - |
| HSV(B) | 228º | 0.44% | 0.93% | - |
| XYZ | 36.66 | 34.27 | 85.57 | - |
| YUV | 157.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 238 | 0.44 | 0.35 | 0 | 0.07 | 228 | 0.76 | 0.73 |
| Hex | 85 | 9A | EE | 2C | 23 | 0 | 7 | E4 | 4C | 49 |
| Octal | 205 | 232 | 356 | 54 | 43 | 0 | 7 | 344 | 114 | 111 |
| Binary | 10000101 | 10011010 | 11101110 | 101100 | 100011 | 0 | 111 | 11100100 | 1001100 | 1001001 |
Color Harmonies of #859AEE
Complementary color
Monochromatic Colors of #859AEE
Black with #859AEE
Text Example
Text Example
White with #859AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AEE; }
p { color: rgb(133,154,238); }
H1.HeaderClassName
{
color: #859AEE;
}
.AnyTagClassName
{
color: #859AEE;
}
</style>
background-color css
<style>
a { background-color: #859AEE; }
a { background-color: rgb(133,154,238); }
div.DivClassName
{
background-color: #859AEE;
}
.BgClassName
{
background-color: #859AEE;
}
</style>
border-color css
<style>
span { border-color: #859AEE; }
span { border-color: rgb(133,154,238); }
td.TdClassName
{
border-color: #859AEE;
}
.TagClassName
{
border-color: #859AEE;
}
</style>