Shades of Portage #8593ED
Tints of Portage #8593ED
RGB
CMYK
RGB Variations
Color information
#8593ED (or 0x8593ED) is known color: Portage. HEX triplet: 85, 93 and ED. RGB value is (133,147,237). Sum of RGB (Red+Green+Blue) = 133+147+237=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8593ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8593ED is #7A6C12. Grayscale: #989898. Windows color (decimal): -8023059 or 15569797. OLE color: 15569797.
HSL color Cylindrical-coordinate representation of color #8593ED: hue angle of 231.92º 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 #8593ED is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 147 | 237 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.07 |
| HSL | 231.92º | 0.74% | 0.73% | - |
| HSV(B) | 231.92º | 0.44% | 0.93% | - |
| XYZ | 35.39 | 31.97 | 84.43 | - |
| YUV | 153.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 237 | 0.44 | 0.38 | 0 | 0.07 | 231.92 | 0.74 | 0.73 |
| Hex | 85 | 93 | ED | 2C | 26 | 0 | 7 | E8 | 4A | 49 |
| Octal | 205 | 223 | 355 | 54 | 46 | 0 | 7 | 350 | 112 | 111 |
| Binary | 10000101 | 10010011 | 11101101 | 101100 | 100110 | 0 | 111 | 11101000 | 1001010 | 1001001 |
Color Harmonies of #8593ED
Complementary color
Monochromatic Colors of #8593ED
Black with #8593ED
Text Example
Text Example
White with #8593ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593ED; }
p { color: rgb(133,147,237); }
H1.HeaderClassName
{
color: #8593ED;
}
.AnyTagClassName
{
color: #8593ED;
}
</style>
background-color css
<style>
a { background-color: #8593ED; }
a { background-color: rgb(133,147,237); }
div.DivClassName
{
background-color: #8593ED;
}
.BgClassName
{
background-color: #8593ED;
}
</style>
border-color css
<style>
span { border-color: #8593ED; }
span { border-color: rgb(133,147,237); }
td.TdClassName
{
border-color: #8593ED;
}
.TagClassName
{
border-color: #8593ED;
}
</style>