Shades of Portage #8195FA
Tints of Portage #8195FA
RGB
CMYK
RGB Variations
Color information
#8195FA (or 0x8195FA) is known color: Portage. HEX triplet: 81, 95 and FA. RGB value is (129,149,250). Sum of RGB (Red+Green+Blue) = 129+149+250=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #8195FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195FA is #7E6A05. Grayscale: #9A9A9A. Windows color (decimal): -8284678 or 16422273. OLE color: 16422273.
HSL color Cylindrical-coordinate representation of color #8195FA: hue angle of 230.08º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8195FA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 149 | 250 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.02 |
| HSL | 230.08º | 0.92% | 0.74% | - |
| HSV(B) | 230.08º | 0.48% | 0.98% | - |
| XYZ | 37.06 | 33.06 | 94.87 | - |
| YUV | 154.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 250 | 0.48 | 0.40 | 0 | 0.02 | 230.08 | 0.92 | 0.74 |
| Hex | 81 | 95 | FA | 30 | 28 | 0 | 2 | E6 | 5C | 4A |
| Octal | 201 | 225 | 372 | 60 | 50 | 0 | 2 | 346 | 134 | 112 |
| Binary | 10000001 | 10010101 | 11111010 | 110000 | 101000 | 0 | 10 | 11100110 | 1011100 | 1001010 |
Color Harmonies of #8195FA
Complementary color
Monochromatic Colors of #8195FA
Black with #8195FA
Text Example
Text Example
White with #8195FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195FA; }
p { color: rgb(129,149,250); }
H1.HeaderClassName
{
color: #8195FA;
}
.AnyTagClassName
{
color: #8195FA;
}
</style>
background-color css
<style>
a { background-color: #8195FA; }
a { background-color: rgb(129,149,250); }
div.DivClassName
{
background-color: #8195FA;
}
.BgClassName
{
background-color: #8195FA;
}
</style>
border-color css
<style>
span { border-color: #8195FA; }
span { border-color: rgb(129,149,250); }
td.TdClassName
{
border-color: #8195FA;
}
.TagClassName
{
border-color: #8195FA;
}
</style>