Shades of Portage #939AF3
Tints of Portage #939AF3
RGB
CMYK
RGB Variations
Color information
#939AF3 (or 0x939AF3) is known color: Portage. HEX triplet: 93, 9A and F3. RGB value is (147,154,243). Sum of RGB (Red+Green+Blue) = 147+154+243=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #939AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939AF3 is #6C650C. Grayscale: #A1A1A1. Windows color (decimal): -7103757 or 15964819. OLE color: 15964819.
HSL color Cylindrical-coordinate representation of color #939AF3: hue angle of 235.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #939AF3 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 154 | 243 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.05 |
| HSL | 235.63º | 0.8% | 0.76% | - |
| HSV(B) | 235.63º | 0.4% | 0.95% | - |
| XYZ | 39.77 | 35.79 | 89.61 | - |
| YUV | 162.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 243 | 0.40 | 0.37 | 0 | 0.05 | 235.63 | 0.8 | 0.76 |
| Hex | 93 | 9A | F3 | 28 | 25 | 0 | 5 | EC | 50 | 4C |
| Octal | 223 | 232 | 363 | 50 | 45 | 0 | 5 | 354 | 120 | 114 |
| Binary | 10010011 | 10011010 | 11110011 | 101000 | 100101 | 0 | 101 | 11101100 | 1010000 | 1001100 |
Color Harmonies of #939AF3
Complementary color
Monochromatic Colors of #939AF3
Black with #939AF3
Text Example
Text Example
White with #939AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AF3; }
p { color: rgb(147,154,243); }
H1.HeaderClassName
{
color: #939AF3;
}
.AnyTagClassName
{
color: #939AF3;
}
</style>
background-color css
<style>
a { background-color: #939AF3; }
a { background-color: rgb(147,154,243); }
div.DivClassName
{
background-color: #939AF3;
}
.BgClassName
{
background-color: #939AF3;
}
</style>
border-color css
<style>
span { border-color: #939AF3; }
span { border-color: rgb(147,154,243); }
td.TdClassName
{
border-color: #939AF3;
}
.TagClassName
{
border-color: #939AF3;
}
</style>