Shades of Portage #9394FA
Tints of Portage #9394FA
RGB
CMYK
RGB Variations
Color information
#9394FA (or 0x9394FA) is known color: Portage. HEX triplet: 93, 94 and FA. RGB value is (147,148,250). Sum of RGB (Red+Green+Blue) = 147+148+250=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9394FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394FA is #6C6B05. Grayscale: #9E9E9E. Windows color (decimal): -7105286 or 16422035. OLE color: 16422035.
HSL color Cylindrical-coordinate representation of color #9394FA: hue angle of 239.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9394FA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 148 | 250 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.02 |
| HSL | 239.42º | 0.91% | 0.78% | - |
| HSV(B) | 239.42º | 0.41% | 0.98% | - |
| XYZ | 39.88 | 34.28 | 94.96 | - |
| YUV | 159.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 250 | 0.41 | 0.41 | 0 | 0.02 | 239.42 | 0.91 | 0.78 |
| Hex | 93 | 94 | FA | 29 | 29 | 0 | 2 | EF | 5B | 4E |
| Octal | 223 | 224 | 372 | 51 | 51 | 0 | 2 | 357 | 133 | 116 |
| Binary | 10010011 | 10010100 | 11111010 | 101001 | 101001 | 0 | 10 | 11101111 | 1011011 | 1001110 |
Color Harmonies of #9394FA
Complementary color
Monochromatic Colors of #9394FA
Black with #9394FA
Text Example
Text Example
White with #9394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394FA; }
p { color: rgb(147,148,250); }
H1.HeaderClassName
{
color: #9394FA;
}
.AnyTagClassName
{
color: #9394FA;
}
</style>
background-color css
<style>
a { background-color: #9394FA; }
a { background-color: rgb(147,148,250); }
div.DivClassName
{
background-color: #9394FA;
}
.BgClassName
{
background-color: #9394FA;
}
</style>
border-color css
<style>
span { border-color: #9394FA; }
span { border-color: rgb(147,148,250); }
td.TdClassName
{
border-color: #9394FA;
}
.TagClassName
{
border-color: #9394FA;
}
</style>