Shades of Portage #8394DD
Tints of Portage #8394DD
RGB
CMYK
RGB Variations
Color information
#8394DD (or 0x8394DD) is known color: Portage. HEX triplet: 83, 94 and DD. RGB value is (131,148,221). Sum of RGB (Red+Green+Blue) = 131+148+221=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8394DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394DD is #7C6B22. Grayscale: #969696. Windows color (decimal): -8153891 or 14521475. OLE color: 14521475.
HSL color Cylindrical-coordinate representation of color #8394DD: hue angle of 228.67º degrees, saturation: 0.57, 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 #8394DD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 148 | 221 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.13 |
| HSL | 228.67º | 0.57% | 0.69% | - |
| HSV(B) | 228.67º | 0.41% | 0.87% | - |
| XYZ | 33 | 31.23 | 72.69 | - |
| YUV | 151.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 221 | 0.41 | 0.33 | 0 | 0.13 | 228.67 | 0.57 | 0.69 |
| Hex | 83 | 94 | DD | 29 | 21 | 0 | D | E5 | 39 | 45 |
| Octal | 203 | 224 | 335 | 51 | 41 | 0 | 15 | 345 | 71 | 105 |
| Binary | 10000011 | 10010100 | 11011101 | 101001 | 100001 | 0 | 1101 | 11100101 | 111001 | 1000101 |
Color Harmonies of #8394DD
Complementary color
Monochromatic Colors of #8394DD
Black with #8394DD
Text Example
Text Example
White with #8394DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394DD; }
p { color: rgb(131,148,221); }
H1.HeaderClassName
{
color: #8394DD;
}
.AnyTagClassName
{
color: #8394DD;
}
</style>
background-color css
<style>
a { background-color: #8394DD; }
a { background-color: rgb(131,148,221); }
div.DivClassName
{
background-color: #8394DD;
}
.BgClassName
{
background-color: #8394DD;
}
</style>
border-color css
<style>
span { border-color: #8394DD; }
span { border-color: rgb(131,148,221); }
td.TdClassName
{
border-color: #8394DD;
}
.TagClassName
{
border-color: #8394DD;
}
</style>