Shades of Portage #8394DA
Tints of Portage #8394DA
RGB
CMYK
RGB Variations
Color information
#8394DA (or 0x8394DA) is known color: Portage. HEX triplet: 83, 94 and DA. RGB value is (131,148,218). Sum of RGB (Red+Green+Blue) = 131+148+218=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #8394DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394DA is #7C6B25. Grayscale: #969696. Windows color (decimal): -8153894 or 14324867. OLE color: 14324867.
HSL color Cylindrical-coordinate representation of color #8394DA: hue angle of 228.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8394DA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 148 | 218 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.15 |
| HSL | 228.28º | 0.54% | 0.68% | - |
| HSV(B) | 228.28º | 0.4% | 0.85% | - |
| XYZ | 32.6 | 31.07 | 70.61 | - |
| YUV | 150.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 218 | 0.40 | 0.32 | 0 | 0.15 | 228.28 | 0.54 | 0.68 |
| Hex | 83 | 94 | DA | 28 | 20 | 0 | F | E4 | 36 | 44 |
| Octal | 203 | 224 | 332 | 50 | 40 | 0 | 17 | 344 | 66 | 104 |
| Binary | 10000011 | 10010100 | 11011010 | 101000 | 100000 | 0 | 1111 | 11100100 | 110110 | 1000100 |
Color Harmonies of #8394DA
Complementary color
Monochromatic Colors of #8394DA
Black with #8394DA
Text Example
Text Example
White with #8394DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394DA; }
p { color: rgb(131,148,218); }
H1.HeaderClassName
{
color: #8394DA;
}
.AnyTagClassName
{
color: #8394DA;
}
</style>
background-color css
<style>
a { background-color: #8394DA; }
a { background-color: rgb(131,148,218); }
div.DivClassName
{
background-color: #8394DA;
}
.BgClassName
{
background-color: #8394DA;
}
</style>
border-color css
<style>
span { border-color: #8394DA; }
span { border-color: rgb(131,148,218); }
td.TdClassName
{
border-color: #8394DA;
}
.TagClassName
{
border-color: #8394DA;
}
</style>