Shades of Portage #8387CF
Tints of Portage #8387CF
RGB
CMYK
RGB Variations
Color information
#8387CF (or 0x8387CF) is known color: Portage. HEX triplet: 83, 87 and CF. RGB value is (131,135,207). Sum of RGB (Red+Green+Blue) = 131+135+207=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #8387CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387CF is #7C7830. Grayscale: #8D8D8D. Windows color (decimal): -8157233 or 13600643. OLE color: 13600643.
HSL color Cylindrical-coordinate representation of color #8387CF: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8387CF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 135 | 207 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.19 |
| HSL | 236.84º | 0.44% | 0.66% | - |
| HSV(B) | 236.84º | 0.37% | 0.81% | - |
| XYZ | 29.29 | 26.66 | 62.63 | - |
| YUV | 142.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 207 | 0.37 | 0.35 | 0 | 0.19 | 236.84 | 0.44 | 0.66 |
| Hex | 83 | 87 | CF | 25 | 23 | 0 | 13 | ED | 2C | 42 |
| Octal | 203 | 207 | 317 | 45 | 43 | 0 | 23 | 355 | 54 | 102 |
| Binary | 10000011 | 10000111 | 11001111 | 100101 | 100011 | 0 | 10011 | 11101101 | 101100 | 1000010 |
Color Harmonies of #8387CF
Complementary color
Monochromatic Colors of #8387CF
Black with #8387CF
Text Example
Text Example
White with #8387CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8387CF; }
p { color: rgb(131,135,207); }
H1.HeaderClassName
{
color: #8387CF;
}
.AnyTagClassName
{
color: #8387CF;
}
</style>
background-color css
<style>
a { background-color: #8387CF; }
a { background-color: rgb(131,135,207); }
div.DivClassName
{
background-color: #8387CF;
}
.BgClassName
{
background-color: #8387CF;
}
</style>
border-color css
<style>
span { border-color: #8387CF; }
span { border-color: rgb(131,135,207); }
td.TdClassName
{
border-color: #8387CF;
}
.TagClassName
{
border-color: #8387CF;
}
</style>