Shades of Portage #8593DF
Tints of Portage #8593DF
RGB
CMYK
RGB Variations
Color information
#8593DF (or 0x8593DF) is known color: Portage. HEX triplet: 85, 93 and DF. RGB value is (133,147,223). Sum of RGB (Red+Green+Blue) = 133+147+223=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #8593DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593DF is #7A6C20. Grayscale: #979797. Windows color (decimal): -8023073 or 14652293. OLE color: 14652293.
HSL color Cylindrical-coordinate representation of color #8593DF: hue angle of 230.67º 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 #8593DF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 147 | 223 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.13 |
| HSL | 230.67º | 0.58% | 0.7% | - |
| HSV(B) | 230.67º | 0.4% | 0.87% | - |
| XYZ | 33.43 | 31.18 | 74.07 | - |
| YUV | 151.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 223 | 0.40 | 0.34 | 0 | 0.13 | 230.67 | 0.58 | 0.7 |
| Hex | 85 | 93 | DF | 28 | 22 | 0 | D | E7 | 3A | 46 |
| Octal | 205 | 223 | 337 | 50 | 42 | 0 | 15 | 347 | 72 | 106 |
| Binary | 10000101 | 10010011 | 11011111 | 101000 | 100010 | 0 | 1101 | 11100111 | 111010 | 1000110 |
Color Harmonies of #8593DF
Complementary color
Monochromatic Colors of #8593DF
Black with #8593DF
Text Example
Text Example
White with #8593DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593DF; }
p { color: rgb(133,147,223); }
H1.HeaderClassName
{
color: #8593DF;
}
.AnyTagClassName
{
color: #8593DF;
}
</style>
background-color css
<style>
a { background-color: #8593DF; }
a { background-color: rgb(133,147,223); }
div.DivClassName
{
background-color: #8593DF;
}
.BgClassName
{
background-color: #8593DF;
}
</style>
border-color css
<style>
span { border-color: #8593DF; }
span { border-color: rgb(133,147,223); }
td.TdClassName
{
border-color: #8593DF;
}
.TagClassName
{
border-color: #8593DF;
}
</style>