Shades of Portage #8195F6
Tints of Portage #8195F6
RGB
CMYK
RGB Variations
Color information
#8195F6 (or 0x8195F6) is known color: Portage. HEX triplet: 81, 95 and F6. RGB value is (129,149,246). Sum of RGB (Red+Green+Blue) = 129+149+246=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #8195F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195F6 is #7E6A09. Grayscale: #999999. Windows color (decimal): -8284682 or 16160129. OLE color: 16160129.
HSL color Cylindrical-coordinate representation of color #8195F6: hue angle of 229.74º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8195F6 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 149 | 246 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.04 |
| HSL | 229.74º | 0.87% | 0.74% | - |
| HSV(B) | 229.74º | 0.48% | 0.96% | - |
| XYZ | 36.44 | 32.82 | 91.6 | - |
| YUV | 154.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 246 | 0.48 | 0.39 | 0 | 0.04 | 229.74 | 0.87 | 0.74 |
| Hex | 81 | 95 | F6 | 30 | 27 | 0 | 4 | E6 | 57 | 4A |
| Octal | 201 | 225 | 366 | 60 | 47 | 0 | 4 | 346 | 127 | 112 |
| Binary | 10000001 | 10010101 | 11110110 | 110000 | 100111 | 0 | 100 | 11100110 | 1010111 | 1001010 |
Color Harmonies of #8195F6
Complementary color
Monochromatic Colors of #8195F6
Black with #8195F6
Text Example
Text Example
White with #8195F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195F6; }
p { color: rgb(129,149,246); }
H1.HeaderClassName
{
color: #8195F6;
}
.AnyTagClassName
{
color: #8195F6;
}
</style>
background-color css
<style>
a { background-color: #8195F6; }
a { background-color: rgb(129,149,246); }
div.DivClassName
{
background-color: #8195F6;
}
.BgClassName
{
background-color: #8195F6;
}
</style>
border-color css
<style>
span { border-color: #8195F6; }
span { border-color: rgb(129,149,246); }
td.TdClassName
{
border-color: #8195F6;
}
.TagClassName
{
border-color: #8195F6;
}
</style>