Shades of Portage #8594DF
Tints of Portage #8594DF
RGB
CMYK
RGB Variations
Color information
#8594DF (or 0x8594DF) is known color: Portage. HEX triplet: 85, 94 and DF. RGB value is (133,148,223). Sum of RGB (Red+Green+Blue) = 133+148+223=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8594DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594DF is #7A6B20. Grayscale: #979797. Windows color (decimal): -8022817 or 14652549. OLE color: 14652549.
HSL color Cylindrical-coordinate representation of color #8594DF: hue angle of 230º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8594DF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 148 | 223 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.13 |
| HSL | 230º | 0.58% | 0.7% | - |
| HSV(B) | 230º | 0.4% | 0.87% | - |
| XYZ | 33.58 | 31.49 | 74.12 | - |
| YUV | 152.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 223 | 0.40 | 0.34 | 0 | 0.13 | 230 | 0.58 | 0.7 |
| Hex | 85 | 94 | DF | 28 | 22 | 0 | D | E6 | 3A | 46 |
| Octal | 205 | 224 | 337 | 50 | 42 | 0 | 15 | 346 | 72 | 106 |
| Binary | 10000101 | 10010100 | 11011111 | 101000 | 100010 | 0 | 1101 | 11100110 | 111010 | 1000110 |
Color Harmonies of #8594DF
Complementary color
Monochromatic Colors of #8594DF
Black with #8594DF
Text Example
Text Example
White with #8594DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594DF; }
p { color: rgb(133,148,223); }
H1.HeaderClassName
{
color: #8594DF;
}
.AnyTagClassName
{
color: #8594DF;
}
</style>
background-color css
<style>
a { background-color: #8594DF; }
a { background-color: rgb(133,148,223); }
div.DivClassName
{
background-color: #8594DF;
}
.BgClassName
{
background-color: #8594DF;
}
</style>
border-color css
<style>
span { border-color: #8594DF; }
span { border-color: rgb(133,148,223); }
td.TdClassName
{
border-color: #8594DF;
}
.TagClassName
{
border-color: #8594DF;
}
</style>