Shades of Portage #8198DF
Tints of Portage #8198DF
RGB
CMYK
RGB Variations
Color information
#8198DF (or 0x8198DF) is known color: Portage. HEX triplet: 81, 98 and DF. RGB value is (129,152,223). Sum of RGB (Red+Green+Blue) = 129+152+223=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8198DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198DF is #7E6720. Grayscale: #989898. Windows color (decimal): -8283937 or 14653569. OLE color: 14653569.
HSL color Cylindrical-coordinate representation of color #8198DF: hue angle of 225.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8198DF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 152 | 223 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.13 |
| HSL | 225.32º | 0.59% | 0.69% | - |
| HSV(B) | 225.32º | 0.42% | 0.87% | - |
| XYZ | 33.6 | 32.45 | 74.3 | - |
| YUV | 153.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 223 | 0.42 | 0.32 | 0 | 0.13 | 225.32 | 0.59 | 0.69 |
| Hex | 81 | 98 | DF | 2A | 20 | 0 | D | E1 | 3B | 45 |
| Octal | 201 | 230 | 337 | 52 | 40 | 0 | 15 | 341 | 73 | 105 |
| Binary | 10000001 | 10011000 | 11011111 | 101010 | 100000 | 0 | 1101 | 11100001 | 111011 | 1000101 |
Color Harmonies of #8198DF
Complementary color
Monochromatic Colors of #8198DF
Black with #8198DF
Text Example
Text Example
White with #8198DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198DF; }
p { color: rgb(129,152,223); }
H1.HeaderClassName
{
color: #8198DF;
}
.AnyTagClassName
{
color: #8198DF;
}
</style>
background-color css
<style>
a { background-color: #8198DF; }
a { background-color: rgb(129,152,223); }
div.DivClassName
{
background-color: #8198DF;
}
.BgClassName
{
background-color: #8198DF;
}
</style>
border-color css
<style>
span { border-color: #8198DF; }
span { border-color: rgb(129,152,223); }
td.TdClassName
{
border-color: #8198DF;
}
.TagClassName
{
border-color: #8198DF;
}
</style>