Shades of Portage #8193FA
Tints of Portage #8193FA
RGB
CMYK
RGB Variations
Color information
#8193FA (or 0x8193FA) is known color: Portage. HEX triplet: 81, 93 and FA. RGB value is (129,147,250). Sum of RGB (Red+Green+Blue) = 129+147+250=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8193FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8193FA is #7E6C05. Grayscale: #989898. Windows color (decimal): -8285190 or 16421761. OLE color: 16421761.
HSL color Cylindrical-coordinate representation of color #8193FA: hue angle of 231.07º 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 #8193FA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 147 | 250 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.02 |
| HSL | 231.07º | 0.92% | 0.74% | - |
| HSV(B) | 231.07º | 0.48% | 0.98% | - |
| XYZ | 36.74 | 32.44 | 94.77 | - |
| YUV | 153.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 250 | 0.48 | 0.41 | 0 | 0.02 | 231.07 | 0.92 | 0.74 |
| Hex | 81 | 93 | FA | 30 | 29 | 0 | 2 | E7 | 5C | 4A |
| Octal | 201 | 223 | 372 | 60 | 51 | 0 | 2 | 347 | 134 | 112 |
| Binary | 10000001 | 10010011 | 11111010 | 110000 | 101001 | 0 | 10 | 11100111 | 1011100 | 1001010 |
Color Harmonies of #8193FA
Complementary color
Monochromatic Colors of #8193FA
Black with #8193FA
Text Example
Text Example
White with #8193FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193FA; }
p { color: rgb(129,147,250); }
H1.HeaderClassName
{
color: #8193FA;
}
.AnyTagClassName
{
color: #8193FA;
}
</style>
background-color css
<style>
a { background-color: #8193FA; }
a { background-color: rgb(129,147,250); }
div.DivClassName
{
background-color: #8193FA;
}
.BgClassName
{
background-color: #8193FA;
}
</style>
border-color css
<style>
span { border-color: #8193FA; }
span { border-color: rgb(129,147,250); }
td.TdClassName
{
border-color: #8193FA;
}
.TagClassName
{
border-color: #8193FA;
}
</style>