Shades of Portage #8393DF
Tints of Portage #8393DF
RGB
CMYK
RGB Variations
Color information
#8393DF (or 0x8393DF) is known color: Portage. HEX triplet: 83, 93 and DF. RGB value is (131,147,223). Sum of RGB (Red+Green+Blue) = 131+147+223=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8393DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393DF is #7C6C20. Grayscale: #969696. Windows color (decimal): -8154145 or 14652291. OLE color: 14652291.
HSL color Cylindrical-coordinate representation of color #8393DF: hue angle of 229.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8393DF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 147 | 223 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.13 |
| HSL | 229.57º | 0.59% | 0.69% | - |
| HSV(B) | 229.57º | 0.41% | 0.87% | - |
| XYZ | 33.11 | 31.02 | 74.05 | - |
| YUV | 150.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 223 | 0.41 | 0.34 | 0 | 0.13 | 229.57 | 0.59 | 0.69 |
| Hex | 83 | 93 | DF | 29 | 22 | 0 | D | E6 | 3B | 45 |
| Octal | 203 | 223 | 337 | 51 | 42 | 0 | 15 | 346 | 73 | 105 |
| Binary | 10000011 | 10010011 | 11011111 | 101001 | 100010 | 0 | 1101 | 11100110 | 111011 | 1000101 |
Color Harmonies of #8393DF
Complementary color
Monochromatic Colors of #8393DF
Black with #8393DF
Text Example
Text Example
White with #8393DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8393DF; }
p { color: rgb(131,147,223); }
H1.HeaderClassName
{
color: #8393DF;
}
.AnyTagClassName
{
color: #8393DF;
}
</style>
background-color css
<style>
a { background-color: #8393DF; }
a { background-color: rgb(131,147,223); }
div.DivClassName
{
background-color: #8393DF;
}
.BgClassName
{
background-color: #8393DF;
}
</style>
border-color css
<style>
span { border-color: #8393DF; }
span { border-color: rgb(131,147,223); }
td.TdClassName
{
border-color: #8393DF;
}
.TagClassName
{
border-color: #8393DF;
}
</style>