Shades of Portage #8394D8
Tints of Portage #8394D8
RGB
CMYK
RGB Variations
Color information
#8394D8 (or 0x8394D8) is known color: Portage. HEX triplet: 83, 94 and D8. RGB value is (131,148,216). Sum of RGB (Red+Green+Blue) = 131+148+216=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #8394D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394D8 is #7C6B27. Grayscale: #969696. Windows color (decimal): -8153896 or 14193795. OLE color: 14193795.
HSL color Cylindrical-coordinate representation of color #8394D8: hue angle of 228º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8394D8 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 148 | 216 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.15 |
| HSL | 228º | 0.52% | 0.68% | - |
| HSV(B) | 228º | 0.39% | 0.85% | - |
| XYZ | 32.34 | 30.96 | 69.24 | - |
| YUV | 150.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 216 | 0.39 | 0.31 | 0 | 0.15 | 228 | 0.52 | 0.68 |
| Hex | 83 | 94 | D8 | 27 | 1F | 0 | F | E4 | 34 | 44 |
| Octal | 203 | 224 | 330 | 47 | 37 | 0 | 17 | 344 | 64 | 104 |
| Binary | 10000011 | 10010100 | 11011000 | 100111 | 11111 | 0 | 1111 | 11100100 | 110100 | 1000100 |
Color Harmonies of #8394D8
Complementary color
Monochromatic Colors of #8394D8
Black with #8394D8
Text Example
Text Example
White with #8394D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394D8; }
p { color: rgb(131,148,216); }
H1.HeaderClassName
{
color: #8394D8;
}
.AnyTagClassName
{
color: #8394D8;
}
</style>
background-color css
<style>
a { background-color: #8394D8; }
a { background-color: rgb(131,148,216); }
div.DivClassName
{
background-color: #8394D8;
}
.BgClassName
{
background-color: #8394D8;
}
</style>
border-color css
<style>
span { border-color: #8394D8; }
span { border-color: rgb(131,148,216); }
td.TdClassName
{
border-color: #8394D8;
}
.TagClassName
{
border-color: #8394D8;
}
</style>