Shades of Portage #939AF6
Tints of Portage #939AF6
RGB
CMYK
RGB Variations
Color information
#939AF6 (or 0x939AF6) is known color: Portage. HEX triplet: 93, 9A and F6. RGB value is (147,154,246). Sum of RGB (Red+Green+Blue) = 147+154+246=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #939AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939AF6 is #6C6509. Grayscale: #A2A2A2. Windows color (decimal): -7103754 or 16161427. OLE color: 16161427.
HSL color Cylindrical-coordinate representation of color #939AF6: hue angle of 235.76º 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 #939AF6 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 154 | 246 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.04 |
| HSL | 235.76º | 0.85% | 0.77% | - |
| HSV(B) | 235.76º | 0.4% | 0.96% | - |
| XYZ | 40.22 | 35.97 | 92.01 | - |
| YUV | 162.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 246 | 0.40 | 0.37 | 0 | 0.04 | 235.76 | 0.85 | 0.77 |
| Hex | 93 | 9A | F6 | 28 | 25 | 0 | 4 | EC | 55 | 4D |
| Octal | 223 | 232 | 366 | 50 | 45 | 0 | 4 | 354 | 125 | 115 |
| Binary | 10010011 | 10011010 | 11110110 | 101000 | 100101 | 0 | 100 | 11101100 | 1010101 | 1001101 |
Color Harmonies of #939AF6
Complementary color
Monochromatic Colors of #939AF6
Black with #939AF6
Text Example
Text Example
White with #939AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AF6; }
p { color: rgb(147,154,246); }
H1.HeaderClassName
{
color: #939AF6;
}
.AnyTagClassName
{
color: #939AF6;
}
</style>
background-color css
<style>
a { background-color: #939AF6; }
a { background-color: rgb(147,154,246); }
div.DivClassName
{
background-color: #939AF6;
}
.BgClassName
{
background-color: #939AF6;
}
</style>
border-color css
<style>
span { border-color: #939AF6; }
span { border-color: rgb(147,154,246); }
td.TdClassName
{
border-color: #939AF6;
}
.TagClassName
{
border-color: #939AF6;
}
</style>