Shades of Portage #8595E4
Tints of Portage #8595E4
RGB
CMYK
RGB Variations
Color information
#8595E4 (or 0x8595E4) is known color: Portage. HEX triplet: 85, 95 and E4. RGB value is (133,149,228). Sum of RGB (Red+Green+Blue) = 133+149+228=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #8595E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595E4 is #7A6A1B. Grayscale: #989898. Windows color (decimal): -8022556 or 14980485. OLE color: 14980485.
HSL color Cylindrical-coordinate representation of color #8595E4: hue angle of 229.89º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8595E4 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 149 | 228 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.11 |
| HSL | 229.89º | 0.64% | 0.71% | - |
| HSV(B) | 229.89º | 0.42% | 0.89% | - |
| XYZ | 34.42 | 32.08 | 77.78 | - |
| YUV | 153.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 228 | 0.42 | 0.35 | 0 | 0.11 | 229.89 | 0.64 | 0.71 |
| Hex | 85 | 95 | E4 | 2A | 23 | 0 | B | E6 | 40 | 47 |
| Octal | 205 | 225 | 344 | 52 | 43 | 0 | 13 | 346 | 100 | 107 |
| Binary | 10000101 | 10010101 | 11100100 | 101010 | 100011 | 0 | 1011 | 11100110 | 1000000 | 1000111 |
Color Harmonies of #8595E4
Complementary color
Monochromatic Colors of #8595E4
Black with #8595E4
Text Example
Text Example
White with #8595E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595E4; }
p { color: rgb(133,149,228); }
H1.HeaderClassName
{
color: #8595E4;
}
.AnyTagClassName
{
color: #8595E4;
}
</style>
background-color css
<style>
a { background-color: #8595E4; }
a { background-color: rgb(133,149,228); }
div.DivClassName
{
background-color: #8595E4;
}
.BgClassName
{
background-color: #8595E4;
}
</style>
border-color css
<style>
span { border-color: #8595E4; }
span { border-color: rgb(133,149,228); }
td.TdClassName
{
border-color: #8595E4;
}
.TagClassName
{
border-color: #8595E4;
}
</style>