Shades of Portage #8389CF
Tints of Portage #8389CF
RGB
CMYK
RGB Variations
Color information
#8389CF (or 0x8389CF) is known color: Portage. HEX triplet: 83, 89 and CF. RGB value is (131,137,207). Sum of RGB (Red+Green+Blue) = 131+137+207=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #8389CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389CF is #7C7630. Grayscale: #8E8E8E. Windows color (decimal): -8156721 or 13601155. OLE color: 13601155.
HSL color Cylindrical-coordinate representation of color #8389CF: hue angle of 235.26º 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 #8389CF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 137 | 207 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 235.26º | 0.44% | 0.66% | - |
| HSV(B) | 235.26º | 0.37% | 0.81% | - |
| XYZ | 29.57 | 27.22 | 62.73 | - |
| YUV | 143.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 207 | 0.37 | 0.34 | 0 | 0.19 | 235.26 | 0.44 | 0.66 |
| Hex | 83 | 89 | CF | 25 | 22 | 0 | 13 | EB | 2C | 42 |
| Octal | 203 | 211 | 317 | 45 | 42 | 0 | 23 | 353 | 54 | 102 |
| Binary | 10000011 | 10001001 | 11001111 | 100101 | 100010 | 0 | 10011 | 11101011 | 101100 | 1000010 |
Color Harmonies of #8389CF
Complementary color
Monochromatic Colors of #8389CF
Black with #8389CF
Text Example
Text Example
White with #8389CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389CF; }
p { color: rgb(131,137,207); }
H1.HeaderClassName
{
color: #8389CF;
}
.AnyTagClassName
{
color: #8389CF;
}
</style>
background-color css
<style>
a { background-color: #8389CF; }
a { background-color: rgb(131,137,207); }
div.DivClassName
{
background-color: #8389CF;
}
.BgClassName
{
background-color: #8389CF;
}
</style>
border-color css
<style>
span { border-color: #8389CF; }
span { border-color: rgb(131,137,207); }
td.TdClassName
{
border-color: #8389CF;
}
.TagClassName
{
border-color: #8389CF;
}
</style>