Shades of Portage #8399CF
Tints of Portage #8399CF
RGB
CMYK
RGB Variations
Color information
#8399CF (or 0x8399CF) is known color: Portage. HEX triplet: 83, 99 and CF. RGB value is (131,153,207). Sum of RGB (Red+Green+Blue) = 131+153+207=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #8399CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399CF is #7C6630. Grayscale: #989898. Windows color (decimal): -8152625 or 13605251. OLE color: 13605251.
HSL color Cylindrical-coordinate representation of color #8399CF: hue angle of 222.63º 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 #8399CF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 153 | 207 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.19 |
| HSL | 222.63º | 0.44% | 0.66% | - |
| HSV(B) | 222.63º | 0.37% | 0.81% | - |
| XYZ | 32.01 | 32.11 | 63.54 | - |
| YUV | 152.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 207 | 0.37 | 0.26 | 0 | 0.19 | 222.63 | 0.44 | 0.66 |
| Hex | 83 | 99 | CF | 25 | 1A | 0 | 13 | DF | 2C | 42 |
| Octal | 203 | 231 | 317 | 45 | 32 | 0 | 23 | 337 | 54 | 102 |
| Binary | 10000011 | 10011001 | 11001111 | 100101 | 11010 | 0 | 10011 | 11011111 | 101100 | 1000010 |
Color Harmonies of #8399CF
Complementary color
Monochromatic Colors of #8399CF
Black with #8399CF
Text Example
Text Example
White with #8399CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8399CF; }
p { color: rgb(131,153,207); }
H1.HeaderClassName
{
color: #8399CF;
}
.AnyTagClassName
{
color: #8399CF;
}
</style>
background-color css
<style>
a { background-color: #8399CF; }
a { background-color: rgb(131,153,207); }
div.DivClassName
{
background-color: #8399CF;
}
.BgClassName
{
background-color: #8399CF;
}
</style>
border-color css
<style>
span { border-color: #8399CF; }
span { border-color: rgb(131,153,207); }
td.TdClassName
{
border-color: #8399CF;
}
.TagClassName
{
border-color: #8399CF;
}
</style>