Shades of Portage #8595ED
Tints of Portage #8595ED
RGB
CMYK
RGB Variations
Color information
#8595ED (or 0x8595ED) is known color: Portage. HEX triplet: 85, 95 and ED. RGB value is (133,149,237). Sum of RGB (Red+Green+Blue) = 133+149+237=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #8595ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595ED is #7A6A12. Grayscale: #999999. Windows color (decimal): -8022547 or 15570309. OLE color: 15570309.
HSL color Cylindrical-coordinate representation of color #8595ED: hue angle of 230.77º 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 #8595ED is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 149 | 237 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.07 |
| HSL | 230.77º | 0.74% | 0.73% | - |
| HSV(B) | 230.77º | 0.44% | 0.93% | - |
| XYZ | 35.71 | 32.6 | 84.53 | - |
| YUV | 154.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 237 | 0.44 | 0.37 | 0 | 0.07 | 230.77 | 0.74 | 0.73 |
| Hex | 85 | 95 | ED | 2C | 25 | 0 | 7 | E7 | 4A | 49 |
| Octal | 205 | 225 | 355 | 54 | 45 | 0 | 7 | 347 | 112 | 111 |
| Binary | 10000101 | 10010101 | 11101101 | 101100 | 100101 | 0 | 111 | 11100111 | 1001010 | 1001001 |
Color Harmonies of #8595ED
Complementary color
Monochromatic Colors of #8595ED
Black with #8595ED
Text Example
Text Example
White with #8595ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595ED; }
p { color: rgb(133,149,237); }
H1.HeaderClassName
{
color: #8595ED;
}
.AnyTagClassName
{
color: #8595ED;
}
</style>
background-color css
<style>
a { background-color: #8595ED; }
a { background-color: rgb(133,149,237); }
div.DivClassName
{
background-color: #8595ED;
}
.BgClassName
{
background-color: #8595ED;
}
</style>
border-color css
<style>
span { border-color: #8595ED; }
span { border-color: rgb(133,149,237); }
td.TdClassName
{
border-color: #8595ED;
}
.TagClassName
{
border-color: #8595ED;
}
</style>