Shades of Portage #8299CF
Tints of Portage #8299CF
RGB
CMYK
RGB Variations
Color information
#8299CF (or 0x8299CF) is known color: Portage. HEX triplet: 82, 99 and CF. RGB value is (130,153,207). Sum of RGB (Red+Green+Blue) = 130+153+207=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #8299CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299CF is #7D6630. Grayscale: #989898. Windows color (decimal): -8218161 or 13605250. OLE color: 13605250.
HSL color Cylindrical-coordinate representation of color #8299CF: hue angle of 222.08º degrees, saturation: 0.45, 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 #8299CF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 153 | 207 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.19 |
| HSL | 222.08º | 0.45% | 0.66% | - |
| HSV(B) | 222.08º | 0.37% | 0.81% | - |
| XYZ | 31.86 | 32.03 | 63.54 | - |
| YUV | 152.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 207 | 0.37 | 0.26 | 0 | 0.19 | 222.08 | 0.45 | 0.66 |
| Hex | 82 | 99 | CF | 25 | 1A | 0 | 13 | DE | 2D | 42 |
| Octal | 202 | 231 | 317 | 45 | 32 | 0 | 23 | 336 | 55 | 102 |
| Binary | 10000010 | 10011001 | 11001111 | 100101 | 11010 | 0 | 10011 | 11011110 | 101101 | 1000010 |
Color Harmonies of #8299CF
Complementary color
Monochromatic Colors of #8299CF
Black with #8299CF
Text Example
Text Example
White with #8299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299CF; }
p { color: rgb(130,153,207); }
H1.HeaderClassName
{
color: #8299CF;
}
.AnyTagClassName
{
color: #8299CF;
}
</style>
background-color css
<style>
a { background-color: #8299CF; }
a { background-color: rgb(130,153,207); }
div.DivClassName
{
background-color: #8299CF;
}
.BgClassName
{
background-color: #8299CF;
}
</style>
border-color css
<style>
span { border-color: #8299CF; }
span { border-color: rgb(130,153,207); }
td.TdClassName
{
border-color: #8299CF;
}
.TagClassName
{
border-color: #8299CF;
}
</style>