Shades of Portage #8397CF
Tints of Portage #8397CF
RGB
CMYK
RGB Variations
Color information
#8397CF (or 0x8397CF) is known color: Portage. HEX triplet: 83, 97 and CF. RGB value is (131,151,207). Sum of RGB (Red+Green+Blue) = 131+151+207=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #8397CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397CF is #7C6830. Grayscale: #979797. Windows color (decimal): -8153137 or 13604739. OLE color: 13604739.
HSL color Cylindrical-coordinate representation of color #8397CF: hue angle of 224.21º 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 #8397CF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 151 | 207 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.19 |
| HSL | 224.21º | 0.44% | 0.66% | - |
| HSV(B) | 224.21º | 0.37% | 0.81% | - |
| XYZ | 31.69 | 31.46 | 63.43 | - |
| YUV | 151.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 207 | 0.37 | 0.27 | 0 | 0.19 | 224.21 | 0.44 | 0.66 |
| Hex | 83 | 97 | CF | 25 | 1B | 0 | 13 | E0 | 2C | 42 |
| Octal | 203 | 227 | 317 | 45 | 33 | 0 | 23 | 340 | 54 | 102 |
| Binary | 10000011 | 10010111 | 11001111 | 100101 | 11011 | 0 | 10011 | 11100000 | 101100 | 1000010 |
Color Harmonies of #8397CF
Complementary color
Monochromatic Colors of #8397CF
Black with #8397CF
Text Example
Text Example
White with #8397CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397CF; }
p { color: rgb(131,151,207); }
H1.HeaderClassName
{
color: #8397CF;
}
.AnyTagClassName
{
color: #8397CF;
}
</style>
background-color css
<style>
a { background-color: #8397CF; }
a { background-color: rgb(131,151,207); }
div.DivClassName
{
background-color: #8397CF;
}
.BgClassName
{
background-color: #8397CF;
}
</style>
border-color css
<style>
span { border-color: #8397CF; }
span { border-color: rgb(131,151,207); }
td.TdClassName
{
border-color: #8397CF;
}
.TagClassName
{
border-color: #8397CF;
}
</style>