Shades of Portage #939BF6
Tints of Portage #939BF6
RGB
CMYK
RGB Variations
Color information
#939BF6 (or 0x939BF6) is known color: Portage. HEX triplet: 93, 9B and F6. RGB value is (147,155,246). Sum of RGB (Red+Green+Blue) = 147+155+246=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #939BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BF6 is #6C6409. Grayscale: #A2A2A2. Windows color (decimal): -7103498 or 16161683. OLE color: 16161683.
HSL color Cylindrical-coordinate representation of color #939BF6: hue angle of 235.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #939BF6 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 155 | 246 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.04 |
| HSL | 235.15º | 0.85% | 0.77% | - |
| HSV(B) | 235.15º | 0.4% | 0.96% | - |
| XYZ | 40.39 | 36.3 | 92.07 | - |
| YUV | 162.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 246 | 0.40 | 0.37 | 0 | 0.04 | 235.15 | 0.85 | 0.77 |
| Hex | 93 | 9B | F6 | 28 | 25 | 0 | 4 | EB | 55 | 4D |
| Octal | 223 | 233 | 366 | 50 | 45 | 0 | 4 | 353 | 125 | 115 |
| Binary | 10010011 | 10011011 | 11110110 | 101000 | 100101 | 0 | 100 | 11101011 | 1010101 | 1001101 |
Color Harmonies of #939BF6
Complementary color
Monochromatic Colors of #939BF6
Black with #939BF6
Text Example
Text Example
White with #939BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BF6; }
p { color: rgb(147,155,246); }
H1.HeaderClassName
{
color: #939BF6;
}
.AnyTagClassName
{
color: #939BF6;
}
</style>
background-color css
<style>
a { background-color: #939BF6; }
a { background-color: rgb(147,155,246); }
div.DivClassName
{
background-color: #939BF6;
}
.BgClassName
{
background-color: #939BF6;
}
</style>
border-color css
<style>
span { border-color: #939BF6; }
span { border-color: rgb(147,155,246); }
td.TdClassName
{
border-color: #939BF6;
}
.TagClassName
{
border-color: #939BF6;
}
</style>